telescope-project.nvim icon indicating copy to clipboard operation
telescope-project.nvim copied to clipboard

It doesn't work on windows

Open bryant-the-coder opened this issue 2 years ago • 10 comments

    projects = {
        base_dirs = {
            '$APPDATA/Local/nvim/'
        },
        hidden_files = true
    }

image this is strange

bryant-the-coder avatar Dec 10 '21 03:12 bryant-the-coder

project not projects

tristone13th avatar Jan 02 '22 07:01 tristone13th

still cant...

bryant-the-coder avatar Jan 02 '22 08:01 bryant-the-coder

still cant...

Maybe you should try expanding the $APPDATA yourself?

tristone13th avatar Jan 02 '22 08:01 tristone13th

O.o

bryant-the-coder avatar Jan 02 '22 08:01 bryant-the-coder

can i lazyload it??

bryant-the-coder avatar Jan 02 '22 08:01 bryant-the-coder

can i lazyload it??

I think it depends on which plugin manager you are using, as far as I know, Packer.nvim can lazy load any plugins when a specific event occurs.

tristone13th avatar Jan 02 '22 08:01 tristone13th

how? i m using packer

bryant-the-coder avatar Jan 02 '22 12:01 bryant-the-coder

how? i m using packer

Check the README, it has a lot of demonstrations, basically put the plugins under opt rather than start then load it when need.

tristone13th avatar Jan 02 '22 12:01 tristone13th

i mean for this plugin...

bryant-the-coder avatar Jan 02 '22 12:01 bryant-the-coder

i mean for this plugin...

It's late but you can refer to this - https://github.com/dhananjaylatkar/dotfiles/blob/master/nvim/.config/nvim/lua/plugins.lua#L60=

dhananjaylatkar avatar Apr 18 '22 12:04 dhananjaylatkar