-
- [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/README-VIM.…
-
O Fugitive permite aumentar muito a produtividade com o Git, permitindo usar mais funcionalidades de forma relativamente tranquila.
- [x] visualizar o status, estadiar e desestadiar arquivos e trec…
-
Got this as fugitive's :Gdiff result. I can't read text in diffs:
![image](https://user-images.githubusercontent.com/233979/53809171-2d8d6a00-3f65-11e9-840e-f4bc3b2b6186.png)
It's standard Vim 7.4…
bam80 updated
3 years ago
-
# Problem
`:oldfiles` has junk files like this:
2: /private/var/…/firenvim/github.com_neovim-neovim-issues-21635_EXTAREA-id-issue-1517804618-body_2023-01-03T19-10-06-266Z.txt
…
-
# fuzzy finder and tags
![nvim-conf-tags-fuzzy-finder](https://user-images.githubusercontent.com/16662357/128589584-4036a1a2-2e0a-4bbe-8aaf-ff8b91644648.jpg)
jdhao updated
3 months ago
-
Currently we have slugs that look like this:
1. [`fugitive-vim`](http://vimawesome.com/plugin/fugitive-vim)
2. [`vim-markdown-safe-and-sound`](http://vimawesome.com/plugin/vim-markdown-safe-and-sound)…
-
Hi! I'm trying to move away from fugitive into neogit (kudos for all the work). I have encountered a few issues/bugs in the Status window as it can be seen in my first image below ( the second one is…
-
The vira_report and vira_menu are readonly.
Based on my usage, you have created vira_prompt so that you can edit each section of a jira individually.
Like in fugitive in the git status screen yo…
-
Given file
```c
int main() {
int foo;
int bar;
}
// vim: set expandtab tabstop=8 shiftwidth=4:
```
Type `:%s/^ \+int/char` but don't hit enter yet, by default (`inccommand=nospli…
-
Craig,
Please consider creating a separate repository for autotag.vim, like
https://github.com/tpope/vim-fugitive
This would allow including autotag as a a bundle easier.
Thanks