Skip to content

Commit

Permalink
refactor: setup nixd LSP
Browse files Browse the repository at this point in the history
  • Loading branch information
henry40408 committed Oct 12, 2024
1 parent 449d80c commit 4d55b36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion home-manager/common/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
gopls
lua-language-server
rust-analyzer
nil
nixd
prettierd
stylua
vscode-langservers-extracted
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 @@ -228,6 +228,7 @@ later(function()
local servers = {
"gopls",
"lua_ls",
"nixd",
"rust_analyzer",
}
for _, lsp in ipairs(servers) do
Expand Down

0 comments on commit 4d55b36

Please sign in to comment.