nvim: disable spell check in quickfix windows
This commit is contained in:
parent
84673a04a5
commit
3ac248c53d
1 changed files with 1 additions and 0 deletions
1
config/nvim/after/ftplugin/qt.lua
Normal file
1
config/nvim/after/ftplugin/qt.lua
Normal file
|
@ -0,0 +1 @@
|
||||||
|
vim.opt.spell = false
|
Loading…
Add table
Reference in a new issue