-
I am facing this issue after updating to the new VSpaceCode which shows the which-key menu in the vscode. There were some keybinding like `easymotion` keybindings and some of my custom keybindings whi…
-
Here's an example that seems to trigger this:
1. Edit a line in an open text file and save the file. Vim-coc puts the `~` symbol in the signcolumn.
2. Run `git reset --hard` outside of Vim.
3. Ex…
-
Hi Guys, I'm a new and inexperienced Vim user here.
Recently, I have problems while using the easy motion plugin. When I am using normal Vim, my text editor has the theme working all right. But w…
-
Another EasyMotion feature to consider implementing: Adding jump labels to the beginning of each line.
Vim:
![image](https://user-images.githubusercontent.com/1994230/81311209-b82a9700-904a-11ea-8…
-
For some reason, code suggestions (global variables/functions, imported variables/functions, etc.) don't work for me most of the time. Commenting or uncommenting the line `"typescript.tsserver.log": "…
-
* Click *thumbs-up* 👍 on this issue if you want it!
* Click *confused* 😕 on this issue if not having it makes VSCodeVim unusable.
The VSCodeVim team prioritizes issues based on reaction count…
-
✅ 45 plugin install with option `-q` test
❌ 45 plugins install without option test
```vim
iplug add https://github.com/majutsushi/tagbar https://github.com/preservim/nerdtree https://github.com/S…
-
### Observed behavior
In TypeScript, `company-mode` does not seem to trigger, instead displaying the message `wrong-type-argument hash-table-p nil` in the mini buffer.
In the *Messages* buffer,…
-
簡単なものだけでも
* vim の color theme どうするか考える。現状はターミナルのカラーを尊重している
* rangerを使う
* vim UltiSnips fugitive.vim
-
I wrote this setting in ideavimrc.
But I cannot map leader to key.
~/.ideavimrc
```
let mapleader="\"
set easymotion
```