Fix some problems with the config
This commit is contained in:
@@ -92,7 +92,7 @@ return {
|
||||
-- list of auto commands to set
|
||||
{
|
||||
-- events to trigger
|
||||
event = { "InsertLeave", "BufEnter" },
|
||||
event = { "InsertLeave", "CursorHold", "BufEnter" },
|
||||
-- the rest of the autocmd options (:h nvim_create_autocmd)
|
||||
desc = "Refresh codelens (buffer)",
|
||||
callback = function(args)
|
||||
|
||||
Reference in New Issue
Block a user