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/default.nix | |
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/default.nix')
-rw-r--r-- | home-manager/soispha/config/neovim/nixvim/default.nix | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/home-manager/soispha/config/neovim/nixvim/default.nix b/home-manager/soispha/config/neovim/nixvim/default.nix index 93729501..61467618 100644 --- a/home-manager/soispha/config/neovim/nixvim/default.nix +++ b/home-manager/soispha/config/neovim/nixvim/default.nix @@ -1,7 +1,12 @@ -{pkgs, lib, ...}: { +{ + pkgs, + lib, + ... +}: { imports = [ ./autocmds ./clipboard + ./files ./mappings ./options ./plugins |