s1n7ax/nvim-window-picker

Picker "floating-big-letter" not working with LunarVim, NeoTree

juniorsaldanha opened this issue · 1 comments

Hey, im pretty new to vim, im using for a few weeks, and im struggling with windows picker.

Im using LunarVim as base for my vim configuration.

So, LunarVim already has a "window picker", i'd like to use the floatings-big-letter instead of the normal 'theme' of the windows picker from Lunar, i've tried everything that i found. It doesn't work when selecting from nvimtree, telescope. But when i called from the cmd using :lua print(require("window-picker").pick_window({hint="floating-big-letter"})) it works.

If any could help understand this would be really nice.

I've noticed that maybe i should disable the picker from nvimtree, but i think i have to attach some how "window-picker" to it, but i dont know how.

{
    's1n7ax/nvim-window-picker',
    name = 'window-picker',
    event = 'VeryLazy',
    version = '3.*',
    config = function()
      require 'window-picker'.setup({
        hint = 'floating-big-letter',
        selection_chars = 'FJDKSLA',
        prompt_message = 'Select Window: ',
      })
    end,
  },

I made with neotree.