Skip to content

lucasprag/vimlociraptor

Repository files navigation

[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:

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