Skip to content

Commit

Permalink
fix(nvim): remove lightbulb sign as it shakes screen on marksman
Browse files Browse the repository at this point in the history
  • Loading branch information
sbulav committed Aug 25, 2023
1 parent 6100f96 commit 01899d1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions nvim/lua/plugins/lualine.lua
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,13 @@ return {
show_file = false,
hide_keyword = true,
},
beacon = {
enable = false,
},
lightbulb = {
enable = true,
sign = false,
},
}
end,
},
Expand Down

0 comments on commit 01899d1

Please sign in to comment.