From f4cbcd60a7f3e08cf73136484aae673820174c38 Mon Sep 17 00:00:00 2001 From: Soispha Date: Sat, 19 Aug 2023 23:53:33 +0200 Subject: 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. --- home-manager/soispha/config/neovim/nixvim/default.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'home-manager/soispha/config/neovim/nixvim/default.nix') 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 -- cgit 1.4.1