mirror of
https://github.com/gyoder/dots.git
synced 2026-02-27 17:03:45 +00:00
removed spelling in terminal
This commit is contained in:
parent
dc21944ad2
commit
a4b47f24bf
1 changed files with 6 additions and 1 deletions
|
|
@ -51,6 +51,11 @@ end
|
|||
vim.opt.spell = true
|
||||
vim.opt.spelllang = "en_us"
|
||||
|
||||
|
||||
vim.api.nvim_create_autocmd("TermOpen", {
|
||||
pattern = "*",
|
||||
callback = function()
|
||||
vim.opt_local.spell = false
|
||||
end,
|
||||
})
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue