after/ftplugin instead of autocmd
Use after/ftplugin instead of autocmds to handle options depending on filetype
This commit is contained in:
parent
6997f3da65
commit
aa0f1fbd92
5 changed files with 26 additions and 9 deletions
2
after/ftplugin/Trouble.lua
Normal file
2
after/ftplugin/Trouble.lua
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
-- Disable column width indicators in quickfix/Trouble windows
|
||||
vim.opt.colorcolumn = ""
|
||||
Loading…
Add table
Add a link
Reference in a new issue