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

:running: Automagically follow symlinks

Results 8 vim-symlink issues
Sort by recently updated
recently updated
newest added

apologies for the vague title. this happens with neovim on ubuntu 20.04 when opening files from the command line, or from inside vim (`:e`). i ran into this issue when...

Hi, I'd like to request a feature: can we disable / enable symlink following? I want to follow some symlinks but not others. The current behavior is to automatically follow...

Thanks for all your hard work on this great plugin! Unfortunately, I've found an annoying corner case which I've hit which affects my usage of help files. Recreation steps: *...

Consider the following minimal vimrc file (`vimrc_min`) which lives in a folder that is symlinked to `$HOME/.config/nvim`: ```viml let $DOTVIM = expand('$HOME/.config/nvim') "set runtimepath+=$DOTVIM/bundle/repos/github.com/aymericbeaumet/vim-symlink nnoremap ,em :e $DOTVIM/vimrc_min augroup session...

Hi! First I want to say thank you for this really helpful plugin (especially when combined with `vim-fugitive`). When I search something recursively in Neovim 0.9.2 via the command `:vim...

This commit updates `readme.md` with installation instructions for use with the [lazy.nvim](https://github.com/folke/lazy.nvim) package manager.

Hi, this plugin has been working for me perfectly for some years (so much that I had forgotten I had it installed :) ). But I think that the latest...

This PR replaces the `BufRead` autocmd with `BufEnter. Closes https://github.com/aymericbeaumet/vim-symlink/issues/14. See my comments on that issue. In addition to `BufEnter`, I also tried several other autocmd events: - `BufWinEnter` -...