Skip to content

Commit

Permalink
nvim: re-enable nixvimInjections and hmts
Browse files Browse the repository at this point in the history
  • Loading branch information
zachcoyle committed Sep 27, 2024
1 parent 42c9a0e commit d9fe82c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions users/zcoyle/by-app/neovim/plugins.nix
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@
};
};
helpview.enable = true;
hmts.enable = false;
hmts.enable = true;
indent-blankline.enable = true;
lualine = {
enable = true;
Expand Down Expand Up @@ -605,7 +605,7 @@
treesitter = {
enable = true;
nixGrammars = true;
nixvimInjections = false;
nixvimInjections = true;
folding = true;
settings = {
highlight.enable = true;
Expand Down

0 comments on commit d9fe82c

Please sign in to comment.