mirror of https://github.com/LazyVim/starter
10 lines
155 B
Lua
10 lines
155 B
Lua
|
return {
|
||
|
"jinzhongjia/LspUI.nvim",
|
||
|
branch = "main",
|
||
|
config = function()
|
||
|
require("LspUI").setup({
|
||
|
-- config options go here
|
||
|
})
|
||
|
end,
|
||
|
}
|