mirror of https://github.com/LazyVim/starter
9 lines
95 B
Lua
9 lines
95 B
Lua
|
return {
|
||
|
{
|
||
|
"neovim/nvim-lspconfig",
|
||
|
opts = {
|
||
|
autoformat = false,
|
||
|
},
|
||
|
},
|
||
|
}
|