about summary refs log tree commit diff stats
path: root/home-manager/soispha/config/neovim/nixvim/plugins/treesitter
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-08-26 13:47:55 +0200
committerSoispha <soispha@vhack.eu>2023-08-26 13:50:01 +0200
commita01a3d4f5494855abf52f42c886a75b4500f35d5 (patch)
treea94dc7022ee9be3b53dc3a897209d2086759b260 /home-manager/soispha/config/neovim/nixvim/plugins/treesitter
parentFeat(hm/conf/neovim/plugins/goto-preview): Init (diff)
downloadnixos-config-a01a3d4f5494855abf52f42c886a75b4500f35d5.zip
Docs(treewide): Add a colon after every "TODO"
Diffstat (limited to 'home-manager/soispha/config/neovim/nixvim/plugins/treesitter')
-rw-r--r--home-manager/soispha/config/neovim/nixvim/plugins/treesitter/default.nix6
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";