-
SSIA.
We should use virtual text instead of popup probably.
https://vimhelp.org/textprop.txt.html#virtual-text
https://jdhao.github.io/2021/09/09/nvim_use_virtual_text/
-
Please update vim up to 9.1 especially as it contains uci syntax
https://github.com/vim/vim/blob/master/runtime/syntax/uci.vim
-
I am getting error when using the ``:Colors`` command of [fzf.vim](https://github.com/junegunn/fzf.vim).
```
Error detected while processing function 80[1]..79[1]..ColorScheme Autocommands for "*…
-
### Problem
Running `:h vim.lsp.rpc.request` show the document of the function
However I cannot use it because `:lua =vim.lsp.rpc.request` outputs `nil`
### Steps to reproduce
```bash
nvim --clean
…
-
Since #105 is WIP, could you consider a feature request to add vim keybindings? Add a toggle in the settings page to set the default keybindings for the editor, with the option to choose between vim/d…
-
### Checklist
- [X] I have read through the manual page (`man fzf`)
- [X] I have searched through the existing issues
- [X] For bug reports, I have checked if the bug is reproducible in the latest ve…
-
add {"tpope/vim-surround"} to lua options.lua filr
-
### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
Upon using the repeat-command with pressing `.` in vim-mode, the editor suddenly became unre…
-
Recent versions of Vim has the `syntax iskeyword` command that can update the `iskeyword` option for the syntax.
-
**What command or commands**
I'd like to edit *Vomnibar* using *Vim* keybinds. Using arrow keys is much less comfortable. I'm used to using *Firenvim* to edit `textarea`s.
**How should a feature…