Results 6 issues of Phong V. Cao

When I tried the keybinding of `g:floatLf_lf_open` to open the file, I got the following message: ``` pynvim.api.common.NvimError: Vim:E492: Not an editor command: LfFocusPrev ``` Here is my `floatLf-nvim` config:...

Output from `g:find_files_findprg` command may contain AnsiEsc sequence (e.g.`^[[0m^[[32m./output/dir^[[0m`). This pull request makes `vim-find-files` able to open files/directories in the "File List" buffer with AnsiEsc sequence in it (by stripping...

**Describe the bug** I cannot get `nvim-scrollbar` to show Search marks using `hlslens` no matter which way I configure it. **To Reproduce** Here is my entire configuration: ```lua lua 1...

I think it would make more sense that the `ScrollbarHandle` stays on top of the marks (highest priority compared to marks) as opposed to the current config that the `ScrollbarHandle`...

Hi, The current default output value for message-fg for "solarized dark" tmuxline with lightline.vim theme is wrong: ``` set -g message-bg "colour11" set -g message-fg "colour8" ``` `"colour8"` is the...

I was trying to code some small Perl script today and found out that the syntax highlighting for Perl went wrong whenever I enabled vim-operator-highlight for 'perl' filetype: ![selection_001](https://cloud.githubusercontent.com/assets/874795/6816131/58c9fe84-d265-11e4-8af5-24c05ddc7164.png) So...