-
Explain the problem here ...
I have followed the instructions to install vim on windows (using git bash as terminal for all commands and vim interaction) and include the plug scope in my vimrc but …
-
### Discussed in https://github.com/rktjmp/hotpot.nvim/discussions/116
Originally posted by **s-cerevisiae** September 3, 2023
v0.9.0 did fix the path separator problem on Windows. However du…
-
I have this error every time I try to open a cpp file.
~~~~
"test.cpp" 18L, 212C
Error detected while processing /home/USERNAME/.vim/syntax/cpp.vim:
line 61:
E28: No such highlight group name: …
-
### Steps to reproduce
On NetBSD 9.3.
1. Fire up tmux
2: Open vim with some text
echo foo bar | vim -
Then in vim, issue:
:w !tmux loadb -
### Expected behaviour
Expected:
…
-
```
This a problem with MacVim 7.4 snapshot 70:
VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Aug 10 2013 18:40:52)
MacOS X (unix) version
Compiled by Douglas Drumond
Huge version with MacVim GUI. F…
-
### Prerequisites
- [X] I am using either 0.7 stable with the `0.0.12` tag or the latest compiled Neovim version
- [X] I am using the latest version of the plugin
### Neovim Version
NVIM v0.…
-
### Workaround
As a workaround the slowness, I just set the ruby_path in vimrc
```
let g:ruby_path = system('rbenv prefix')
filetype indent plugin on
```
### Finding
When I comment out line [103](h…
khoan updated
8 years ago
-
### Environment
* Operating System: macOS Mojave Version 10.14.4
* Vim version `:version`: VIM - Vi IMproved 8.1 macOS version
* NERDTree version `git rev-parse --short HEAD`: `f4d2b30`
* …
-
On Windows all plugins that aren't in [runtime] seem to be unrecognized.
```
Total Time: 43.678 -- Flawless Victory
Slowest 2 plugins (out of 2)~
[runtime] 26.046
[unknown] 17.632
…
xelra updated
7 years ago
-
Excuse me, when i run simple code with python-mode, it show "no module named pandas", but my enviroment has pandas?