nixvim: enable nix language support

This commit is contained in:
Khaïs COLIN 2024-07-27 15:34:57 +02:00
parent 88f6bd5e87
commit ea14e39241
3 changed files with 14 additions and 1 deletions

View file

@ -1,10 +1,15 @@
{
# Import all your configuration modules here
imports = [
# base config
./options.nix
./clipboard.nix
# appearence
./bufferline.nix
./lualine.nix
# language support
./nix.nix
];
}