diff options
author | Chris <[email protected]> | 2021-03-15 22:13:41 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2021-03-15 22:13:41 -0400 |
commit | dceb7aa0ff9a9bf230a4d2eb2277d3a50a05a212 (patch) | |
tree | 14d875cf6ed7bd90ee8538253932f96f523b7de0 /lua/utils.lua | |
parent | f7f7c45ad92b2aefcf7c2c450928fcee97cc15f8 (diff) |
update some options
Diffstat (limited to 'lua/utils.lua')
-rw-r--r-- | lua/utils.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/utils.lua b/lua/utils.lua index b5f1413b..277ca728 100644 --- a/lua/utils.lua +++ b/lua/utils.lua @@ -29,3 +29,6 @@ define_augroups( }, } ) + +-- Add this to lightbulb, java makes this annoying tho +-- autocmd CursorHold,CursorHoldI * lua require'nvim-lightbulb'.update_lightbulb() |