Skip to content

niuiic/lsp-commands.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

lsp-commands.nvim

More neovim plugins

Usage

Register lsp commands, then pick and run them.

---@param filter (fun(name): boolean) | nil
---@param silent boolean | nil
function M.run_command(filter, silent) end

---@param command lsp-commands.Command
function M.register_command(command) end

---@class lsp-commands.Command
---@field name string
---@field run fun()
---@field is_enabled (fun(): boolean) | nil

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Languages