lol
This commit is contained in:
parent
9580775856
commit
43e9c58f92
@ -16,7 +16,6 @@ lsp_zero.format_on_save({
|
||||
servers = {
|
||||
['gopls'] = { 'go' },
|
||||
['nil_ls'] = { 'nix' },
|
||||
['lua_ls'] = { 'lua' },
|
||||
},
|
||||
})
|
||||
-- LSP: go
|
||||
@ -109,16 +108,6 @@ lspconfig.lua_ls.setup({
|
||||
})
|
||||
|
||||
-- LSP: ts/js
|
||||
lspconfig.tsserver.setup({
|
||||
init_options = {
|
||||
plugins = {
|
||||
},
|
||||
},
|
||||
filetypes = {
|
||||
"typescript",
|
||||
"javascript",
|
||||
},
|
||||
})
|
||||
|
||||
|
||||
-- Telescope
|
||||
|
Loading…
Reference in New Issue
Block a user