vimlociraptor icon indicating copy to clipboard operation
vimlociraptor copied to clipboard

My neovim configuration with a cool name

[Vim]lociraptor

My personal collections of plugins and mappings for vim|neovim.

It works with tmux, and it's used for ruby, elixir, bash, and javascript.

nvim

It's nice to dig into other people's vim files and see how they do things. Feel free to do that.

I try to leave comments telling what each line does:

  • configs
  • plugins
  • mappings
  • commands
  • statusline

Install

  • Install Neovim
  • Clone the project git clone [email protected]:lucasprag/vimlociraptor.git ~/.config/nvim/
  • Install ripgrep
  • Install Plug
  • Install ctags
  • Install bat for syntax highlighting when fuzzy finding
  • run nvim \+PlugInstall \+q
  • run nvim and press SPC

Inspiration