initial commit

This commit is contained in:
ZotyDev 2026-02-22 13:49:58 -03:00
commit 179e92ee04
Signed by: Zoty
SSH key fingerprint: SHA256:WsGEGivgl37t3Mth6uugXMOgMCTR7QolIepNbC+j/tA
17 changed files with 2377 additions and 0 deletions

11
lsp/nixd.lua Normal file
View file

@ -0,0 +1,11 @@
return {
cmd = { "nixd" },
filetypes = { "nix" },
settings = {
nixd = {
formatting = {
command = { "nixfmt" },
},
},
},
}