nixvim: enable nix language support
This commit is contained in:
parent
88f6bd5e87
commit
ea14e39241
3 changed files with 14 additions and 1 deletions
|
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue