feat: Fix neovim configs

This commit is contained in:
Uttarayan Mondal
2024-05-28 20:03:28 +05:30
parent 50e4640ccf
commit fe3fb1ca69
8 changed files with 93 additions and 93 deletions

View File

@@ -10,9 +10,8 @@
pkgs.lib.mapAttrsToList
(key: value: {
key = key;
action = value;
action = rawLua value;
mode = mode;
lua = true;
})
mappings;
border = ["" "" "" "" "" "" "" ""];
@@ -647,7 +646,8 @@ in rec {
})
'';
package = pkgs.neovim;
# package = pkgs.neovim-unwrapped;
# pkgs.neovim;
opts = {
shell = "sh";
number = true;