🐛 fix(nvim): disable spelling on terminal buffers
This commit is contained in:
parent
0d4e28bd88
commit
23df7e331b
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@ ac("FileType", {
|
||||||
ac("TermOpen", {
|
ac("TermOpen", {
|
||||||
callback = function()
|
callback = function()
|
||||||
vim.cmd("setlocal listchars= nonumber norelativenumber")
|
vim.cmd("setlocal listchars= nonumber norelativenumber")
|
||||||
|
vim.cmd("setlocal nospell")
|
||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue