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

@@ -22,7 +22,8 @@
};
};
programs.nixvim = {
extraConfigLua = "if vim.g.neovide then vim.opt.linespace = -1 end";
extraConfigLua = # lua
"if vim.g.neovide then vim.opt.linespace = -1 end";
globals.neovide_cursor_vfx_mode = "pixiedust";
};
}