Update vim plugins
This commit is contained in:
parent
07cfcb7b4b
commit
1ae28d39ec
3 changed files with 117 additions and 63 deletions
|
|
@ -151,7 +151,7 @@ capabilitiesWithoutFomatting.textDocument.rangeFormatting = false
|
|||
capabilitiesWithoutFomatting.textDocument.range_formatting = false
|
||||
|
||||
nvim_lsp.ts_ls.setup {
|
||||
cmd = { "@ts_server@/bin/typescript-language-server", '--stdio' },
|
||||
cmd = { "typescript-language-server", '--stdio' },
|
||||
init_options = {
|
||||
hostInfo = "neovim",
|
||||
maxTsServerMemory = "8192",
|
||||
|
|
@ -185,3 +185,5 @@ nvim_lsp.lua_ls.setup {
|
|||
nvim_lsp.texlab.setup {}
|
||||
|
||||
nvim_lsp.gleam.setup {}
|
||||
|
||||
nvim_lsp.dartls.setup {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue