dotvim/after/ftplugin/cpp.lua

3 lines
75 B
Lua

vim.opt.formatoptions:remove({'c', 'r', 'o'})
vim.diagnostic.enable(false)