Automatically enable spell checking for markdown
...files
This commit is contained in:
parent
f1b811a384
commit
fd961a57de
|
@ -1,4 +1,5 @@
|
|||
-- TODO: Interim fix for https://github.com/nvim-treesitter/nvim-treesitter-context/issues/431.
|
||||
require("treesitter-context").disable()
|
||||
|
||||
vim.opt_local.wrap = true;
|
||||
vim.opt_local.spell = true
|
||||
vim.opt_local.wrap = true
|
||||
|
|
Loading…
Reference in a new issue