h-michael / lsp-ext.nvim

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:Apache License 2.0


Languages

Language:Lua 100.0%