Skip to content

Install

jinzhongjia edited this page Nov 17, 2023 · 4 revisions

Installation

  • 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
    }
Clone this wiki locally