diff options
author | Soispha <soispha@vhack.eu> | 2023-08-19 23:53:33 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-08-19 23:55:25 +0200 |
commit | f4cbcd60a7f3e08cf73136484aae673820174c38 (patch) | |
tree | f09ee74a40b5123cc4c026ecfea3b023cf4ad214 /home-manager/soispha/config/neovim/nixvim/plugins/raw_plugins | |
parent | Fix(hm/impermanence): Save the date dir of iamb (diff) | |
download | nixos-config-f4cbcd60a7f3e08cf73136484aae673820174c38.zip |
Feat(hm/conf/neovim): Use non-treesitter theme for latex files
Vim tex doesnn't really not work with treesitter, and nightfox doesn't really work without treesitter thus a new colorscheme was chooses.
Diffstat (limited to 'home-manager/soispha/config/neovim/nixvim/plugins/raw_plugins')
-rw-r--r-- | home-manager/soispha/config/neovim/nixvim/plugins/raw_plugins/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home-manager/soispha/config/neovim/nixvim/plugins/raw_plugins/default.nix b/home-manager/soispha/config/neovim/nixvim/plugins/raw_plugins/default.nix index fdc30d7f..28944ff9 100644 --- a/home-manager/soispha/config/neovim/nixvim/plugins/raw_plugins/default.nix +++ b/home-manager/soispha/config/neovim/nixvim/plugins/raw_plugins/default.nix @@ -8,6 +8,7 @@ nightfox-nvim nvim-lint lf-nvim + gruvbox nvim-toggleterm-lua # required by lf-nvim ]; |