all repos — dotfiles @ 54bcc9cb7652226d82fb03051fb498a0ce0de879

linux dotfiles

nvim: disable treesitter for help; disable indent markers nvim-tree
Prithu Goswami pg@prithu.dev
Tue, 04 Oct 2022 21:47:30 +0530
commit

54bcc9cb7652226d82fb03051fb498a0ce0de879

parent

d4b24551d14e6ee1c23588d3e4cc6c26d34afcf8

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M config/nvim/init.luaconfig/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).