gen740 / SmoothCursor.nvim

MIT License
342 stars 13 forks source link

not working with neo-tree? #50

Closed a1401358759 closed 6 months ago

a1401358759 commented 6 months ago

I added this plugin with lazy.nvim, but it didn't get any effect in neo-tree. Please, take a look at my settings.

{
    "gen740/SmoothCursor.nvim",
    lazy = false,
    config = function()
      require("smoothcursor").setup({})
    end,
}
gen740 commented 6 months ago

I assume this issue occurred because the signcolumn was set to no in Neo-tree. Could you check the signcolumn value when Neo-tree is opened?(:set signcolumn?)

a1401358759 commented 6 months ago

@gen740 yes, it is indeed set to no