Add soyscript language server
For configuring ags, hopefully I won't ever have to use this for more than that.
This commit is contained in:
parent
4b6c921768
commit
467c891558
2 changed files with 6 additions and 0 deletions
5
users/hu/packages/nvim/config/lua/plugins/lsp/js.lua
Normal file
5
users/hu/packages/nvim/config/lua/plugins/lsp/js.lua
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
return function ()
|
||||||
|
require"lspconfig".tsserver.setup {
|
||||||
|
capabilities = require"cmp_nvim_lsp".default_capabilities()
|
||||||
|
}
|
||||||
|
end
|
|
@ -7,6 +7,7 @@
|
||||||
extraPackages = with pkgs; [
|
extraPackages = with pkgs; [
|
||||||
lua-language-server
|
lua-language-server
|
||||||
nodePackages.intelephense
|
nodePackages.intelephense
|
||||||
|
nodePackages.typescript-language-server
|
||||||
clang-tools
|
clang-tools
|
||||||
ripgrep
|
ripgrep
|
||||||
nil
|
nil
|
||||||
|
|
Loading…
Reference in a new issue