-
Notifications
You must be signed in to change notification settings - Fork 3
Install
jinzhongjia edited this page Nov 17, 2023
·
4 revisions
- Requires neovim
nightly
{
"jinzhongjia/LspUI.nvim",
branch = "main",
event = "VeryLazy",
config = function()
require("LspUI").setup({
-- config options go here
})
end
}
use {
"jinzhongjia/LspUI.nvim",
branch = 'main',
config = function()
require("LspUI").setup({
-- config options go here
})
end
}