ctrlsf.vim icon indicating copy to clipboard operation
ctrlsf.vim copied to clipboard

Added icons for neovim from lua

Open FallenAngel97 opened this issue 4 years ago • 1 comments

Hi I really wanted to have some icons in the previewer. I'm not familiar with Vim script, so I just added https://github.com/kyazdani42/nvim-web-devicons/ through lua interface on neovim. If you have some suggestions, I can modify it

FallenAngel97 avatar Aug 09 '21 10:08 FallenAngel97

I have created a branch feature/add-devicon and added basic devicons (depending on [vim-devicons])(https://github.com/ryanoasis/vim-devicons).

But colored devicons need further works. You can work on my branch and this can tell you how to approach it.

dyng avatar Sep 03 '21 14:09 dyng