6 lines
99 B
Lua
6 lines
99 B
Lua
---@type LazyPluginSpec
|
|
return {
|
|
"neovim/nvim-lspconfig",
|
|
config = require("lsp").setup,
|
|
}
|