mirror of
https://github.com/zoriya/dotfiles.git
synced 2026-06-09 21:09:29 +00:00
Adding qf to te colorcolumn ignore list
This commit is contained in:
@@ -10,7 +10,7 @@ end
|
|||||||
vim.cmd [[
|
vim.cmd [[
|
||||||
augroup virtcolumn
|
augroup virtcolumn
|
||||||
autocmd!
|
autocmd!
|
||||||
autocmd FileType * if index(["netrw", "NvimTree", "Trouble", "toggleterm", "packer"], &ft) == -1 | lua require("windows.colorcolumn").setup()
|
autocmd FileType * if index(["netrw", "NvimTree", "Trouble", "qf", "toggleterm", "packer"], &ft) == -1 | lua require("windows.colorcolumn").setup()
|
||||||
augroup end
|
augroup end
|
||||||
]]
|
]]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user