mirror of https://github.com/LazyVim/starter
14 lines
182 B
Lua
14 lines
182 B
Lua
|
return {
|
||
|
{
|
||
|
"neovim/nvim-lspconfig",
|
||
|
opts = {
|
||
|
servers = {
|
||
|
angularls = {},
|
||
|
html = {},
|
||
|
cssls = {},
|
||
|
prismals = {},
|
||
|
},
|
||
|
},
|
||
|
},
|
||
|
}
|