-
Sorry I haven't isolated the problem at all, it could be something in my big fat .vimrc etc. but in case it's obvious to you the file is attached
[foo.colored.txt](https://github.com/chrisbra/Color…
-
- Did you upgrade to latest plugin version? Yes. languageclient --version is 0.1.161. :checkhealth is all green/OK.
- Did you check [troubleshooting]? Yes, I tested with a minimal vimrc, as follows:
…
dryya updated
3 years ago
-
Hey David, thanks for working on this plugin!
After logging into overleaf and opening a project and running `:call Airlatex()`, the sidebar pops up and `:messages` is populated with the following e…
-
After updating to vim 8.0 status line started to blink from grey to blue each time I insert any symbol. I had vim 7.4 before and in insert mode it was always just blue. Now on each time I type a symbo…
-
The documentation for `:Toc` says:
> Hit `` on a line to jump to the corresponding line of the markdown file.
However, I already have a mapping for `` on my vimrc:
```
" use ENTER to add new lin…
-
```
Given the following rc file:
% cat test_vimrc.vim
fun! BufReadPost()
let bufname=bufname('%')
echomsg bufname
if bufname[-1:] == ':'
echomsg "EDIT"
let bufnr = bufnr('%')
exec …
-
```
Given the following rc file:
% cat test_vimrc.vim
fun! BufReadPost()
let bufname=bufname('%')
echomsg bufname
if bufname[-1:] == ':'
echomsg "EDIT"
let bufnr = bufnr('%')
exec …
-
Getting the following errors on a new install of Ubuntu 22.04 after running the setup script.
**Error 1**
```
Error detected while processing /home/webdev/.vimrc[64]../usr/share/vim/vim82/synta…
-
- [x] I have fzf 0.23.0 or above
- [x] I have read through https://github.com/junegunn/fzf.vim/blob/master/README.md
- [x] I have read through https://github.com/junegunn/fzf/blob/master/REA…
-
## rust.vim version
vim-plug, current rust.vim commit `87c745d8d506fc1eecc1d81df15d5bde1658a2fc`
## Steps to reproduce:
Option (A): Specify `--edition 2018` in `g:rustfmt_options` in `.vimrc` (or…