Skip to content

Commit

Permalink
hl: updated outdated nx_gui_loaded variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed Aug 24, 2024
1 parent b91e0d4 commit cfd4a1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/nxvim/plugins/scrollbar.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
require("scrollbar").setup({
show_in_active_only = true,
handle = {
blend = vim.g.nx_loaded_gui and 30 or 0,
blend = vim.g.loaded_gui and 30 or 0,
},
handlers = {
cursor = false,
Expand Down

0 comments on commit cfd4a1f

Please sign in to comment.