-
This plugin in its current form leaves much to be desired. There are many unaddressed Issues/PR's. The broken, multiline output (#11) renders this plugin almost unusable.
Is this project dead? Are …
-
Result from CocInfo
```
## versions
vim version: NVIM v0.5.0-dev+acd643bd4
node version: v15.10.0
coc.nvim version: 0.0.80-bd41b16bd9
coc.nvim directory: /Users/srg/.config/nvim/plugge…
-
I'm new to neovim. It seems that typescript is not supported for jsnode?
-
### Did you check the docs and existing issues?
- [X] I have read the docs
- [X] I have searched the existing issues
### Neovim version (nvim -v)
0.9.4
### Operating system/version
Mac…
-
Vim 7.3 on Ubuntu 12.10
When escaping from insert mode and quickly press next command usually j or k, they are left at the end of the line. The character usually replaces the last character of the li…
-
Try `gt` and `:tabnext`, however starting from the bash is faster.
Few seconds is a very long delay :(
-
Forum: https://forum.playcanvas.com/t/code-folding-shortcut/21758
Code Mirror support: https://codemirror.net/demo/vim.html
As it hasn't got an active maintainer, we need to be think about wheth…
-
The Javascript syntax highlighting has been an issue for a while and I'm aware that there are other issues about this but there seems to be no care to it!
[Issues](https://github.com/AdamNiederer/v…
-
### Describe the bug
When you have a section in Qt class where you describe signals or slots. The treesitter fails to index the code. I discovered this by using my mapped function for c++. It's helpi…
-
## Vim 基本配置
1. 默认情况下没有安装完整的 Vim 包.可以直接通过 `sudo apt install vim` 来安装.
2.
```vim
set number " 显示行号
let mapleader = ","
set showcmd " 状态栏中显示命令
set showmatch " 显示匹配的括号
set ignorecase " 搜…