chore: cleanup of nvim
This commit is contained in:
parent
511dabde0f
commit
6984aa64e8
6 changed files with 36 additions and 14 deletions
|
|
@ -4,17 +4,9 @@ if not status_ok then
|
|||
end
|
||||
|
||||
require("nvim-treesitter.configs").setup({
|
||||
-- A list of parser names, or "all"
|
||||
ensure_installed = "all",
|
||||
highlight = {
|
||||
enable = true,
|
||||
additional_vim_regex_highlighting = false,
|
||||
},
|
||||
})
|
||||
|
||||
local status_ok2, _ = pcall(require, "spellsitter")
|
||||
if not status_ok2 then
|
||||
return
|
||||
end
|
||||
|
||||
require("spellsitter").setup()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue