diff options
Diffstat (limited to 'home-manager/soispha/config/neovim/nixvim/plugins/treesitter')
-rw-r--r-- | home-manager/soispha/config/neovim/nixvim/plugins/treesitter/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/home-manager/soispha/config/neovim/nixvim/plugins/treesitter/default.nix b/home-manager/soispha/config/neovim/nixvim/plugins/treesitter/default.nix index d206b2a9..9d30d6b9 100644 --- a/home-manager/soispha/config/neovim/nixvim/plugins/treesitter/default.nix +++ b/home-manager/soispha/config/neovim/nixvim/plugins/treesitter/default.nix @@ -8,11 +8,11 @@ # inject nixvim specific highlighting (eg in extraConfigLua). nixvimInjections = true; - # TODO It would we wonderfull, if we could use treesitter in latex + # TODO: It would we wonderfull, if we could use treesitter in latex disabledLanguages = ["latex"]; /* - # TODO this is not supported by the nixVim modlue, nixNeovim supports this though .. + # TODO: this is not supported by the nixVim modlue, nixNeovim supports this though .. highlight = { # `false` will disable the whole extension enable = true; @@ -29,7 +29,7 @@ incrementalSelection = { enable = true; keymaps = { - # TODO include these + # TODO: include these initSelection = "gnn"; # set to `false` to disable one of the mappings nodeIncremental = "grn"; scopeIncremental = "grc"; |