Dimitar Dimitrov
Dimitar Dimitrov
Hi, This is my issue: I keep using `j pu` which brings me to a specific directory. This works for a certain amount of time, sometimes weeks, sometimes days, then...
Hi, Is it currently possible to configure `` to start completion in the opposite direction of ``? So with `let g:vcm_direction = 'n'`, `` would start completion backwards.
Hi, One feature I miss coming from Tabular is the auto generated range. The idea is to call EasyAlign on a line containing our pattern and from there find all...
- `nvim --version`: `v0.9.0-dev-3299+g266a1c61b-dirty` - `git --version`: `git version 2.39.0` - Operating system/version: happens on both Mac OS and Linux - Terminal name/version: iTerm2 Build 3.4.19 ### Steps to reproduce...
UltiSnips wrongly detects `sh` in addition to my `zsh` snippets. A `*sh.snippets` detection must be happening and that `*` also matches `z`, thus `zsh.snippets` The problem is then that I...
It'd be nice to have the above variable defined so when testing I could disable the plugin and not have to also manually comment lines such as: `map p (miniyank-autoput)`...
After having a look at my registers with `:reg`, I tried to paste (`"*p`) from `*` which was empty and got this overly verbose (and wrong) message: ``` Error detected...
```# rocketchatctl check-updates Updates could be risky, you can use the backup option # rocketchatctl backup, to create a backup of the rocketchat database first. Please check that you have...
### Problem Hello, Not sure why the `cursorline` seen here doesn't extend to the beginning. What I noticed is that once nvim is running, if I redo `:colo onedark`, it's...