Files
dotnix/config/desktop/nvim/lsp/lua.nix
T
2026-07-04 05:01:54 +02:00

7 lines
55 B
Nix

_:
{
vim.languages.lua = {
enable = true;
};
}