-
### Expected behavior
No crash
### Steps to reproduce
Use this minimal config
```
set noloadplugins
let &runtimepath = expand(':p:h') . ',' . &runtimepath
runtime plugin/neomake.vim
…
cideM updated
3 years ago
-
### Issue
I am using pyenv to switch between difference python version. The autocomplete and goto function only uses modules from system python. For example, while I am in a pyenv virtual environ…
-
I tried to disable concealing but it didn't work. My suspicion is that this line butchers the conceal configuration: https://github.com/ixru/nvim-markdown/blob/75639723c1a3a44366f80cff11383baf0799bcb5…
-
It seems that vim2hs makes `e` behave like `E` and `w` as `W` (only in *.hs files, of course).
I uninstalled it and it went back to normal, so it is something vim2hs is doing. Is this intended? If so…
-
Make the setting of $VIMSIDIAN_PATH_PATTERN optional. The timing of executing commands and mappings is left to the user.
In order to avoid mapping duplication, we had an example in README.md that o…
kis9a updated
2 months ago
-
### Is your feature request related to a problem? Please describe.
I have to call a `setup` function to be able to use this plugin.
See also: https://github.com/nvim-neorocks/nvim-best-practices…
-
* rust.vim version: 87c745d (latest `master`) installed through [vim-plug](https://github.com/junegunn/vim-plug)
* OS: macOS 10.15.7
* Terminal: alacritty 0.7.2 (5ac8060)
Steps to reproduce:
…
-
Would it be possible to have manual cell delimeters? Something like:
```
##
1st cell here
##
2nd cell here
##
```
Lun4m updated
2 years ago
-
**Describe the bug**
vim modify my file automatically in babun of win10
I log in my VPS ubuntu machine with ssh. My host enviroment is **win 10, babun**. Just give an example.
1. echo 123 > asd
2.…
-
* rust.vim version: Running commit [`b7176e7`](https://github.com/rust-lang/rust.vim/commit/b7176e7a1607bb17f2f57cb8b365042f5676b21b) (5 weeks old), installed with Vundle. Seems to be the latest code …