feat(home:neovim): add nixvim initial config

This commit is contained in:
ooks-io 2024-06-30 21:18:43 +12:00
parent 63138994e2
commit 3f961b9d86
7 changed files with 12 additions and 51 deletions

View file

@ -1,6 +1,6 @@
{
imports = [
./helix
# ./nvim
./nvim
];
}