fix: stuff

This commit is contained in:
2024-06-10 19:08:43 +02:00
parent b801064f84
commit d18b3d1683
11 changed files with 154 additions and 161 deletions

View File

@@ -9,10 +9,8 @@ in
config = lib.mkIf cfg.enable {
opts = {
undodir = {
__raw = # lua
"os.getenv('HOME') .. '/.config/nvim/undodir'";
};
undodir.__raw = # lua
"os.getenv('HOME') .. '/.config/nvim/undodir'";
undofile = true;
};
plugins = {