mirror of
https://github.com/neovim/neovim.git
synced 2026-02-18 17:38:32 +00:00
feat(lsp): Add codelens support
This commit is contained in:
@@ -20,6 +20,7 @@ local lsp = {
|
||||
|
||||
buf = require'vim.lsp.buf';
|
||||
diagnostic = require'vim.lsp.diagnostic';
|
||||
codelens = require'vim.lsp.codelens';
|
||||
util = util;
|
||||
|
||||
-- Allow raw RPC access.
|
||||
|
||||
Reference in New Issue
Block a user