From d9fe82c69ca5a31bf56a0d10a80c4f6751ff9e02 Mon Sep 17 00:00:00 2001 From: Zach Coyle Date: Fri, 27 Sep 2024 15:39:35 -0400 Subject: [PATCH] nvim: re-enable nixvimInjections and hmts --- users/zcoyle/by-app/neovim/plugins.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/users/zcoyle/by-app/neovim/plugins.nix b/users/zcoyle/by-app/neovim/plugins.nix index 9fe2c6e..1598dab 100644 --- a/users/zcoyle/by-app/neovim/plugins.nix +++ b/users/zcoyle/by-app/neovim/plugins.nix @@ -319,7 +319,7 @@ }; }; helpview.enable = true; - hmts.enable = false; + hmts.enable = true; indent-blankline.enable = true; lualine = { enable = true; @@ -605,7 +605,7 @@ treesitter = { enable = true; nixGrammars = true; - nixvimInjections = false; + nixvimInjections = true; folding = true; settings = { highlight.enable = true;