-
I am writing a plugin which should allow opening files by hitting return on them similar to what [Fugitive](https://github.com/tpope/vim-fugitive/) does. Is this a testable scenario?
I wrote [some…
-
- [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/README-VIM.md
- [ ] I have read through …
-
First of all, thank you for making this plugin, I find it quite useful.
However, since installing this plugin my neovim has increased in CPU usage by quite a lot, even when idle. A fresh neovim wit…
-
Reporting client info: Client Information:
BYOND:515.1641
Key:mrbaghead
## Round ID:
[6698](https://scrubby.melonmesa.com/round/6698)
## Testmerges:
- [Ore Processing Framework](https://github.…
-
:autocmd VimEnter
--- Auto-Commands ---
VIM_PLUGIN_MANAGER VimEnter
\* call vam#SourceMissingPlugins()
NERDTreeHijackNetrw VimEnter
\* silent! autocmd! FileExplorer
…
-
Using a vanilla install Macvim (build 73) via homebrew. Only plugins installed are pathogen, vim-dispatch, and vim-fugitive.
- Working within a git repo, with a file open, run `:GPush`
- IF I have iTe…
-
Running `nvim`:
```
Error detected while processing /home/jjj/.config/nvim/init.vim:
line 86:
E185: Cannot find color scheme 'molokai'
Press ENTER or type command to continue
```
Pressing…
-
No idea if it's easy or not, didn't look code of either plugins yet, but that would be handy to add the repos of a PR author to remotes, and show the diff of the branch using fugitive facilities.
Tha…
-
When I was attempting to version control the notes I encountered a trouble that I can stage changes in the Vim but cannot commit. It warns that `fugitive: Aborting commit due to empty commit message`,…
eduOS updated
7 years ago
-
I'm reporting this here but maybe it's a vim-fugitive issue.
It seems that the usage of the current_compiler variable:
autoload/fugitive.vim:2630: let b:current_compiler = 'git'
confli…