Open amikai opened 5 years ago
You can simulate it by overriding https://github.com/kristijanhusak/defx-git#gdefx_gitindicators, but it's not 100% same. It's interesting idea though... I'll look into adding this.
Maybe i create the new project which base on your project.
I'll probably add it, it's good idea.
@amikai i added it. Add this variable to your vimrc and let me know how it looks.
let g:defx_git#raw_mode = 1
I like it! Just enabled it and I like it much better than the icons/symbols.
It's great. Thanks!
Hi, @kristijanhusak <Plug>(defx-git-prev)
not work well when setting let g:defx_git#raw_mode = 1
.
As code below:
set pattern for not raw mode.
Like I have an untracked file and ??
will show on defx, if I run <Plug>(defx-git-next)
cursor will on the sencond ?
not the next file that has a stutas.
@roachsinai yeah it's not working. Please open up a separate issue for that.
It's mean can i show the head two column of
git status --short --porcelain
.