Automatically enable spell checking for markdown
...files
This commit is contained in:
parent
f1b811a384
commit
fd961a57de
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue