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

@ -22,5 +22,6 @@ in
ffmpeg.enable = true;
sourcegraph.enable = true;
};
ooknet.editor.nvim.enable = true;
};
}