nvim-config-local icon indicating copy to clipboard operation
nvim-config-local copied to clipboard

config doesn't autoload when opening a directory with vim

Open khris190 opened this issue 10 months ago • 0 comments

As in the title the plugin doesn't autoload when starting a dir with nvim "nvim ." or "nvim /dir/dir/dir" it does in fact work when im using "nvim file.ext" "nvim ./file.ext" and "nvim /dir/dir/dir/file.ext" i tried to fix it on my fork and changing findfile() in M.lookup() function file : "." and ";." to vim.fn.getcwd() and ";" .. vim.fn.getcwd() it might be my config error (or i shouldn't open directories in nvim?)

khris190 avatar Apr 16 '24 20:04 khris190