rm lsplens
This commit is contained in:
@ -1,18 +0,0 @@
|
||||
-- return {
|
||||
-- "VidocqH/lsp-lens.nvim",
|
||||
-- event = "BufEnter",
|
||||
-- config = function()
|
||||
-- vim.cmd([[autocmd BufEnter,CursorHold,InsertLeave <buffer> lua vim.lsp.codelens.refresh()]])
|
||||
--
|
||||
-- require("lsp-lens").setup({
|
||||
-- enable = true,
|
||||
-- include_declaration = false, -- Reference include declaration
|
||||
-- sections = { -- Enable / Disable specific request, formatter example looks 'Format Requests'
|
||||
-- definition = false,
|
||||
-- references = true,
|
||||
-- implements = true,
|
||||
-- git_authors = true,
|
||||
-- },
|
||||
-- })
|
||||
-- end,
|
||||
-- }
|
Reference in New Issue
Block a user