8 lines
178 B
Lua
8 lines
178 B
Lua
-- https://github.com/neovim/nvim-lspconfig
|
|
--- @module "lazy"
|
|
--- @type LazySpec
|
|
return {
|
|
"neovim/nvim-lspconfig",
|
|
cmd = { "LspInfo", "LspStart", "LspStop", "LspRestart" },
|
|
}
|