diff options
-rw-r--r-- | modules/home/conf/nvim/plgs/vim-tex/default.nix | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/modules/home/conf/nvim/plgs/vim-tex/default.nix b/modules/home/conf/nvim/plgs/vim-tex/default.nix index 70ec7f5b..0b92c429 100644 --- a/modules/home/conf/nvim/plgs/vim-tex/default.nix +++ b/modules/home/conf/nvim/plgs/vim-tex/default.nix @@ -16,8 +16,20 @@ syntax_conceal_disable = 1; mappings_disable = { - n = ["tsf" "tsc" "tse" "ts$" "tsd" "tsD"]; - x = ["tsd" "tsD" "tsf"]; + n = [ + "ts$" + "tsD" + "tsb" + "tsc" + "tsd" + "tse" + "tsf" + ]; + x = [ + "tsD" + "tsd" + "tsf" + ]; }; toc_config = { |