vim-sourcery icon indicating copy to clipboard operation
vim-sourcery copied to clipboard

Avoid disabling plugin config files when developing local versions

Open jesseleite opened this issue 3 years ago • 0 comments

Avoid disabling plugin config files when doing this to develop local versions...

" Plug 'nvim-telescope/telescope.nvim'
Plug '/Users/jesseleite/Code/telescope.nvim'

The commented out line will disable the related telescope.vim or telescope.lua config file, but we don't want this because the next line is referencing a local version of that plugin.

jesseleite avatar Jun 19 '21 00:06 jesseleite