-
Creating this to track all the incompatibilities across vim and neovim lua compatibility based on the comment by @tjdevries at https://github.com/neovim/neovim/pull/12507#issuecomment-647891334.
Th…
-
Hi,
few days ago I came across vim-seek http://www.vim.org/scripts/script.php?script_id=4416 and I thought it would be nice to have something similar in ace-jump especially for char mode which often …
-
I have tried to install NvChad both through the package manager installation of nvim and building from source (thus error occured with both versions 0.10.1 and 0.11.0), here is the error I got, I have…
-
### Bug description
The `libs` submodule uses `getenv`, which was not supported until Vim 8.1.1305: https://github.com/vim/vim/commit/691ddeefb545d8488e5a495af61caba2e57b3de9
### To Reproduce
Run…
-
- [x] I have fzf 0.30.0 or above
- [x] I have read through https://github.com/junegunn/fzf.vim/blob/master/README.md
- [ ] I have read through https://github.com/junegunn/fzf/blob/master/README-VIM.…
Adnn updated
5 months ago
-
vimlparser has `RegexpParser`, but it's experimental class object.
And `autoload/vimlparser.vim` has 6000+ lines of code.
The each class should be moved to each autoload script.
* Keep `vimlparse…
-
Hi,
I executed the following script :
find . -type f -iregex ._.js$ -not -path "./node_modules/_" -exec jsctags {} -f \; | sed '/^$/d' | sort > tags
Then I tried Ctrl+] in vim, it told me
E4…
-
```
It would be awesome to see some kind of agenda for diary files.
Some page where all unchecked to-do items will be shown. And when one toggles
checkbutton in Agenda file, todo would be toggled in…
-
```
It would be awesome to see some kind of agenda for diary files.
Some page where all unchecked to-do items will be shown. And when one toggles
checkbutton in Agenda file, todo would be toggled in…
-
Hey!
I'd like to discuss where this should be going eventually, so we can work out how the api should look like and such. I'm not intimately familiar with mappings, but I went through https://neovi…