DEV Community

Discussion on: Show and tell: Show off your vim setup 🚀

Collapse
 
dmfay profile image
Dian Fay

vim screenshot

gitlab.com/dmfay/dotfiles

Colors are mine; too many plugins to list, but shoutout to denite.

Collapse
 
reobin profile image
Robin Gagnon

Love the low-contrast color scheme! Does it only live in your gitlab dotfiles?

I didn't know about denite. I understand the plugin is quite generic and lets you do many things. What sort of stuff do you do with it?

Collapse
 
dmfay profile image
Dian Fay • Edited

Yeah, I haven't published it anywhere else. The contrast is actually decent (at least at full size), it passes WCAG AA and only starts to fail on AAA!

I use three main bindings for denite, which cover the same things you use fzf for:

  • <C-p>: fuzzy find filenames, like CtrlP etc
  • <space>s: the same, but only for buffers I currently have open
  • <space>/: grep

Denite farms out the searching to ripgrep though.