Separate nixvim config

Separating the actual nixvim config out to its own file allows me to
include it directly in the devshells that I create, incluing all of the
configuration, plugins, and settings that I have. Man, the power of
nixvim is awesome
This commit is contained in:
Greg Hellings
2024-10-04 09:33:53 -05:00
parent 10487f923c
commit c12ed1b8a9
3 changed files with 145 additions and 139 deletions
+1
View File
@@ -96,6 +96,7 @@
gzip
inject
inject-darwin
(inputs.nixvimunstable.legacyPackages.${system}.makeNixvim (import ./home/modules/baseline/vim/config.nix { inherit pkgs; }))
self'.checks.pre-commit-check.enabledPackages
tmux
xonsh