Skip to content

Commit

Permalink
neoscroll: check if multigrid is present before omitting gui clients
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed Nov 19, 2024
1 parent a2c527b commit beb5aad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/nxvim/plugins/neoscroll.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-- https://github.com/karb94/neoscroll.nvim

if vim.g.loaded_gui then return end
if vim.g.loaded_gui and vim.g.multigrid then return end

local neoscroll = require("neoscroll")

Expand Down

0 comments on commit beb5aad

Please sign in to comment.