Move ftplugin to after
This commit is contained in:
parent
45d892e313
commit
fa882150bf
2
after/ftplugin/c.lua
Normal file
2
after/ftplugin/c.lua
Normal file
@ -0,0 +1,2 @@
|
||||
vim.opt.formatoptions:remove({'c', 'r', 'o'})
|
||||
vim.diagnostic.enable(false)
|
2
after/ftplugin/cpp.lua
Normal file
2
after/ftplugin/cpp.lua
Normal file
@ -0,0 +1,2 @@
|
||||
vim.opt.formatoptions:remove({'c', 'r', 'o'})
|
||||
vim.diagnostic.enable(false)
|
1
after/ftplugin/lua.lua
Normal file
1
after/ftplugin/lua.lua
Normal file
@ -0,0 +1 @@
|
||||
vim.opt.formatoptions:remove({'c', 'r', 'o'})
|
@ -1 +0,0 @@
|
||||
vim.diagnostic.disable()
|
@ -1 +0,0 @@
|
||||
vim.diagnostic.disable()
|
Loading…
Reference in New Issue
Block a user