about summary refs log tree commit diff stats
path: root/home-manager/soispha/config/neovim/nixvim/plugins
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-08-19 23:53:33 +0200
committerSoispha <soispha@vhack.eu>2023-08-19 23:55:25 +0200
commitf4cbcd60a7f3e08cf73136484aae673820174c38 (patch)
treef09ee74a40b5123cc4c026ecfea3b023cf4ad214 /home-manager/soispha/config/neovim/nixvim/plugins
parentFix(hm/impermanence): Save the date dir of iamb (diff)
downloadnixos-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 '')
-rw-r--r--home-manager/soispha/config/neovim/nixvim/plugins/raw_plugins/default.nix1
-rw-r--r--home-manager/soispha/config/neovim/nixvim/plugins/treesitter/default.nix2
2 files changed, 2 insertions, 1 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
     ];
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 4aca6887..d206b2a9 100644
--- a/home-manager/soispha/config/neovim/nixvim/plugins/treesitter/default.nix
+++ b/home-manager/soispha/config/neovim/nixvim/plugins/treesitter/default.nix
@@ -9,7 +9,7 @@
     nixvimInjections = true;
 
     # TODO It would we wonderfull, if we could use treesitter in latex
-    #disabledLanguages = ["latex"];
+    disabledLanguages = ["latex"];
 
     /*
     # TODO this is not supported by the nixVim modlue, nixNeovim supports this though ..