From a01a3d4f5494855abf52f42c886a75b4500f35d5 Mon Sep 17 00:00:00 2001 From: Soispha Date: Sat, 26 Aug 2023 13:47:55 +0200 Subject: Docs(treewide): Add a colon after every "TODO" --- .../soispha/config/neovim/nixvim/plugins/treesitter/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'home-manager/soispha/config/neovim/nixvim/plugins/treesitter') 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"; -- cgit 1.4.1