Skip to content

Commit

Permalink
fix: fucking nil as the key of table
Browse files Browse the repository at this point in the history
  • Loading branch information
TwIStOy committed Feb 20, 2024
1 parent d6f7dda commit 0e7b5c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lua/ht/version.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
local M = {}

M.last_updated_time = '2024.02.18'
M.last_updated_time = '2024.02.20'

return M
4 changes: 2 additions & 2 deletions src/conf/external_tools/lsp_servers/nil.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ export const server = new LspServer({
on_attach,
capabilities,
settings: {
nil: {
['nil']: {
formatting: {
command: ["nixpkgs-fmt"],
command: ["alejandra"],
},
flake: {
autoArchive: true,
Expand Down

0 comments on commit 0e7b5c6

Please sign in to comment.