nvim
This commit is contained in:
parent
d474ae420a
commit
ceaa24c2b6
3 changed files with 9 additions and 215 deletions
|
@ -4,7 +4,9 @@ return {
|
|||
config = function()
|
||||
local lsp = require('lspconfig')
|
||||
lsp.rust_analyzer.setup{}
|
||||
lsp.zls.setup{}
|
||||
lsp.lua_ls.setup{}
|
||||
lsp.csharp_ls.setup{}
|
||||
lsp.pyright.setup{}
|
||||
lsp.tsserver.setup{}
|
||||
lsp.html.setup{}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue