Skip to content

Commit

Permalink
feat: add taplo LSP
Browse files Browse the repository at this point in the history
  • Loading branch information
henry40408 committed Nov 25, 2024
1 parent 5dec504 commit 6b004af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions home-manager/common/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
nixd
prettierd
stylua
taplo
vscode-langservers-extracted

# unstable
Expand Down
1 change: 1 addition & 0 deletions home-manager/common/neovim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@ later(function()
"lua_ls",
"nixd",
"rust_analyzer",
"taplo",
}
for _, lsp in ipairs(servers) do
lspconfig[lsp].setup({ capabilities = capabilities, on_attach = on_attach })
Expand Down

0 comments on commit 6b004af

Please # to comment.