nixvim: functional simple config
This commit is contained in:
parent
0f822c67bf
commit
4bcc3d19f6
8 changed files with 527 additions and 43 deletions
4
nixvim/config/default.nix
Normal file
4
nixvim/config/default.nix
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
# Import all your configuration modules here
|
||||
imports = [ ./bufferline.nix ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue