Skip to content

Commit 0e7b5c6

Browse files
committed
fix: fucking nil as the key of table
1 parent d6f7dda commit 0e7b5c6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lua/ht/version.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
local M = {}
22

3-
M.last_updated_time = '2024.02.18'
3+
M.last_updated_time = '2024.02.20'
44

55
return M

src/conf/external_tools/lsp_servers/nil.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ export const server = new LspServer({
1313
on_attach,
1414
capabilities,
1515
settings: {
16-
nil: {
16+
['nil']: {
1717
formatting: {
18-
command: ["nixpkgs-fmt"],
18+
command: ["alejandra"],
1919
},
2020
flake: {
2121
autoArchive: true,

0 commit comments

Comments
 (0)