adelarsq / lsp_tools

Tools for a better Neovim experience with LSP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lsp_tools

Note: It's easier to use autocmds on current Neovim nightly than before. So there is no need for this plugin anymore. Archiving for reasearch pourpouses only.

Provide some tools for a better Neovim experience with LSP.

Features

  • codelens
  • document highlight

Installing

Install with you favorite plugin manager then on the on_attach method call:

require('lsp_tools').on_attach(client, bufnr)

Credits

About

Tools for a better Neovim experience with LSP

License:MIT License


Languages

Language:Lua 100.0%