1
Fork 0

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:
caem 2024-05-26 11:56:49 +02:00
parent 4b6c921768
commit 467c891558
Signed by: caem
GPG key ID: 69A830D03203405F
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,5 @@
return function ()
require"lspconfig".tsserver.setup {
capabilities = require"cmp_nvim_lsp".default_capabilities()
}
end

View file

@ -7,6 +7,7 @@
extraPackages = with pkgs; [
lua-language-server
nodePackages.intelephense
nodePackages.typescript-language-server
clang-tools
ripgrep
nil