having fun with nixvim

This commit is contained in:
chloe 2025-03-07 13:34:05 +01:00
parent 851eaf80ee
commit dc4c8a81e1
5 changed files with 158 additions and 57 deletions

14
features/neovim/keys.nix Normal file
View file

@ -0,0 +1,14 @@
{
lib,
config,
pkgs,
...
}:
{
programs.nixvim = {
enable = true;
keymaps = {
};
};
}