dotvim/after/ftplugin/cpp.lua

3 lines
75 B
Lua
Raw Normal View History

2024-10-03 00:52:02 +00:00
vim.opt.formatoptions:remove({'c', 'r', 'o'})
vim.diagnostic.enable(false)