diff options
author | Soispha <soispha@vhack.eu> | 2023-11-08 15:28:37 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-11-08 15:28:37 +0100 |
commit | 7a6266c9e21cd03eab31e2b45c6ed127790ee917 (patch) | |
tree | e572d33f7ee647172a0ddf714ebe1cb87fc15640 /hm/soispha/conf/nvim/files/default.nix | |
parent | fix(flake): Remove the pkgs from the devenv, which are already in nvim (diff) | |
download | nixos-config-7a6266c9e21cd03eab31e2b45c6ed127790ee917.zip |
fix(hm/conf/nvim/plgs/vim-tex): Use treesitter highlight
Diffstat (limited to 'hm/soispha/conf/nvim/files/default.nix')
-rw-r--r-- | hm/soispha/conf/nvim/files/default.nix | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/hm/soispha/conf/nvim/files/default.nix b/hm/soispha/conf/nvim/files/default.nix index c44f45b0..38c00316 100644 --- a/hm/soispha/conf/nvim/files/default.nix +++ b/hm/soispha/conf/nvim/files/default.nix @@ -1,12 +1,8 @@ { lib, - pkgs, ... }: { programs.nixvim = { - extraPlugins = [ - pkgs.vimExtraPlugins.gruvbox - ]; extraFiles = { "ftplugin/tex.lua" = '' ${lib.strings.fileContents ./ftplugin/tex.lua} |