neovim: remove codelens commands and shit

This commit is contained in:
2024-02-28 22:20:48 +03:00
parent 0388cc70cf
commit 071cddcf96
2 changed files with 0 additions and 37 deletions

View File

@@ -10,14 +10,6 @@ vim.api.nvim_create_autocmd("TextYankPost", {
end,
})
vim.api.nvim_create_autocmd({ "BufEnter", "CursorHold", "InsertLeave" }, {
pattern = "*",
group = group,
callback = function()
vim.lsp.codelens.refresh()
end,
})
vim.api.nvim_create_autocmd("BufEnter", {
pattern = "*",
group = group,