Move ftplugin to after

This commit is contained in:
Alex Yatskov 2024-10-02 17:52:02 -07:00
parent 45d892e313
commit fa882150bf
9 changed files with 5 additions and 2 deletions

2
after/ftplugin/c.lua Normal file
View File

@ -0,0 +1,2 @@
vim.opt.formatoptions:remove({'c', 'r', 'o'})
vim.diagnostic.enable(false)

2
after/ftplugin/cpp.lua Normal file
View File

@ -0,0 +1,2 @@
vim.opt.formatoptions:remove({'c', 'r', 'o'})
vim.diagnostic.enable(false)

1
after/ftplugin/lua.lua Normal file
View File

@ -0,0 +1 @@
vim.opt.formatoptions:remove({'c', 'r', 'o'})

View File

@ -1 +0,0 @@
vim.diagnostic.disable()

View File

@ -1 +0,0 @@
vim.diagnostic.disable()