6 lines
190 B
Lua
6 lines
190 B
Lua
-- TODO: Interim fix for https://github.com/nvim-treesitter/nvim-treesitter-context/issues/431.
|
|
require("treesitter-context").disable()
|
|
|
|
vim.opt_local.spell = true
|
|
vim.opt_local.wrap = true
|