Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 568 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 568 Bytes

Dotfiles

Requirements for neovim setup

  1. fzf for fuzzy searching.

    You can use Homebrew to install it.

    brew install fzf
    
  2. ripgrep for super fast grepping

    You can use Homebrew to install it.

    brew install ripgrep
    

Credits

Credit to Jess Archer and her laracasts course that helped me get started with neovim.