feat: language injections

This commit is contained in:
2024-06-10 18:30:00 +02:00
parent b24359b712
commit 552e85b6b6
10 changed files with 122 additions and 94 deletions

View File

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