/lsp-ext.nvim

utility, autocmd and callback functions for nvim built-in lsp

Primary LanguageLuaApache License 2.0Apache-2.0

lsp-ext.nvim

lsp-ext.nvim is collection of utility, callback and autocomand for Nvim built-in LSP client. It provides utility function for dubugging Nvim built-in LSP client and viewing status and callbacks to replace the default callbacks.

Installation

For vim-plug

Plug 'h-michael/lsp-ext.nvim'

For dein.vim

call dein#add('h-michael/lsp-ext.nvim')

Usage

See doc/lsp_ext.txt or :h lsp_ext.