-
Hello, I would like to collaborate with you on this project but I have a few questions.
I noticed that you were the only contributor on the vim-scripts/adt.vim repo, but you seem to have abandoned all…
-
A relatively uncommon but still popular method of marking files to be ignored is beginning them with '\_' instead of '.'.
VIM does this, with the \_viminfo file, less does this for the \_lesshist …
-
### Creating a feature request
#### Is your feature request related to a problem? Please describe:
It's bad enough that NANO is the default. I understand why it was done, but it's the first packag…
-
A question from a rookie.
I have installed gruvbox theme, then enabled it with `colorscheme gruvbox` and the scheme switched on just fine.
However, after I restart Vim, it looks like this:
![…
-
Hi,
I have deleted a file which I would like to restore. I can see the undo file is still there, for example:
```sh
ls ~/.vim/tmp/undo/%etc%sysctl.conf
```
Of course when I try to open `/et…
-
Hi and thanks a lot for Vim!
Vim 8.1 does not support yanking and pasting to the system clipboard when run on Wayland (using Sway, for example).
There are [workarounds](https://www.reddit.com/r/…
mb720 updated
5 months ago
-
when enter character 'v', it opens a new vim's window to edit the input.
such as '>v', '>select v', etc, when enter 'v', and just the 'v', it opens the vim to edit the input, just like I open a file …
-
### 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 announceme…
-
## TL;DR
Help to test the new regex-based indent plugin [vim-tmindent](https://github.com/yioneko/vim-tmindent#nvim-yati) as fallback to see if it reduces unexpected indent result. I'm considering …
-
### Description
### TLDR
I have a use case to register `commands` which is not actually user commands. In short, I wanna execute [lsp.start_client](https://github.com/neovim/nvim-lspconfig/blob/…