nvim: disable treesitter for help; disable indent markers nvim-tree
Prithu Goswami pg@prithu.dev
Tue, 04 Oct 2022 21:47:30 +0530
1 files changed,
2 insertions(+),
2 deletions(-)
jump to
M
config/nvim/init.lua
→
config/nvim/init.lua
@@ -16,7 +16,7 @@ enable = true
}, renderer = { indent_markers = { - enable = true + enable = false }, icons = { show = {@@ -91,7 +91,7 @@ auto_install = true,
-- ignore_install = { "javascript" }, highlight = { enable = true, - -- disable = { "c", "rust" }, + disable = { "help"}, -- Setting this to true will run `:h syntax` and tree-sitter at the same time. -- Set this to `true` if you depend on 'syntax' being enabled (like for indentation).