-
- 在 mac 上安裝 neovim
` brew install neovim `
- 安裝 vim-plug
```
sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \
https://raw.githubus…
-
**Describe the issue:**
There seems to be a conflict between eyeliner.nvim and vim-visual-multi plugins.
When eyeliner is enabled multi-cursor f,F,t,T motions don't work (just one cursor moves).
…
-
### Summary
When I try to install (a) package(s) using the zypper module on SLE Micro, transactional-update is used but even if the command fails, the task is marked OK and the play continues as if e…
-
I am using Vim 7.4 on Linux with Vundle and Git. I am writing my own plugin called potion (following an example in the book LEARN VIMSCRIPT THE HARD WAY by Steve Losh) that is stored in my GitHub repo…
-
### FAQ
- [X] I have checked the [FAQ](https://github.com/hrsh7th/nvim-cmp/blob/main/doc/cmp.txt) and it didn't resolve my problem.
### Announcement
- [X] I have checked [Breaking change anno…
-
compilers/perl.vim is the one file that is part of the vim/Perl ecosystem that we don't have in this project. Let's make that happen.
-
Maybe vim waits for thread termination.
-
**Is your feature request related to a problem? Please describe.**
I often forget or want to browse through the native VIM commands (like find, vimgrep, ...). I know that these are all described in t…
-
I made the typo change for its name in #739, but then reading the [project's description](https://github.com/airblade/vim-gitgutter) I think the paragraph saying:
> vim-gitgutter is a plugin that a…
-
We have tests for TypeScript but Vim script. We'd like to add tests for Vim script via [themis](https://github.com/thinca/vim-themis) or whatever to avoid regression like #311