nvim: typst_lsp -> tinymist && glsl_analyzer
This commit is contained in:
parent
93571017f7
commit
a17eb40eae
2 changed files with 4 additions and 2 deletions
|
@ -37,7 +37,7 @@ local capabilities = require("cmp_nvim_lsp").default_capabilities()
|
||||||
local lspconfig = require('lspconfig')
|
local lspconfig = require('lspconfig')
|
||||||
|
|
||||||
-- Enable some language servers with the additional completion capabilities offered by nvim-cmp
|
-- Enable some language servers with the additional completion capabilities offered by nvim-cmp
|
||||||
local servers = { 'clangd', 'rust_analyzer', 'typst_lsp', 'vhdl_ls', 'vtsls' }
|
local servers = { 'clangd', 'glsl_analyzer', 'rust_analyzer', 'tinymist', 'vhdl_ls', 'vtsls' }
|
||||||
for _, lsp in ipairs(servers) do
|
for _, lsp in ipairs(servers) do
|
||||||
lspconfig[lsp].setup {
|
lspconfig[lsp].setup {
|
||||||
-- on_attach = my_custom_on_attach,
|
-- on_attach = my_custom_on_attach,
|
||||||
|
|
|
@ -72,13 +72,15 @@ in
|
||||||
"fzf"
|
"fzf"
|
||||||
"git"
|
"git"
|
||||||
"glib"
|
"glib"
|
||||||
|
"glsl_analyzer"
|
||||||
"gnumake"
|
"gnumake"
|
||||||
"gnupg"
|
"gnupg"
|
||||||
"mypy"
|
"mypy"
|
||||||
"neofetch"
|
"neofetch"
|
||||||
"p7zip"
|
"p7zip"
|
||||||
"pinentry"
|
"pinentry"
|
||||||
"typst-lsp"
|
"rust-analyzer"
|
||||||
|
"tinymist"
|
||||||
"unzip"
|
"unzip"
|
||||||
"vhdl-ls"
|
"vhdl-ls"
|
||||||
"vtsls"
|
"vtsls"
|
||||||
|
|
Loading…
Reference in a new issue