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

Enable configuration file of each directory.

Results 3 vim-localrc issues
Sort by recently updated
recently updated
newest added

Probably, `ls //*` looks UNC paths. Fixes #6

It freezes my vim in Cygwin 64 bit on windows 10 when I do this ``` vim call dein#add('thinca/vim-localrc') ``` with no further configuration.

I just want to save the settings for various directories. And I don't want to put .localrc.vimrc in repository. for example - current directory - /home/tyru/git/projA - .localrc.vimrc path -...