nixvim: functional simple config

This commit is contained in:
Khaïs COLIN 2024-07-27 11:08:16 +02:00
parent 0f822c67bf
commit 4bcc3d19f6
8 changed files with 527 additions and 43 deletions

View file

@ -0,0 +1,4 @@
{
# Import all your configuration modules here
imports = [ ./bufferline.nix ];
}