leoatchina

Results 16 comments of leoatchina

You should check if you haved set caseinsensitive when do compare with `=~`, `==#`, .etc It works on me , but I use `=~ 'mundo'`

You can try my vim config which is extremely modified from spf13-vim [leoatchina-vim](https://github.com/leoatchina/leoatchina-vim.git)

建议用我的 https://github.com/leoatchina/leoatchina-vim.git ,魔改的spf13-vim

Acctually, you can find the command starts with `Fzfx`,do some filter, and wrapping into a fzf#run comand, only `fzf` is needed, neither `fzf.vim` nor `fzf.lua` is needed This is what...