andrecastelo / dotfiles

nvim config

Home Page:https://mths.be/dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Requirements

  • Ripgrep

    • MacOS:
    brew install Ripgrep
    
    • Debian, or debian derived:
    $ curl -LO https://github.com/BurntSushi/ripgrep/releases/download/13.0.0/ripgrep_13.0.0_amd64.deb
    $ sudo dpkg -i ripgrep_13.0.0_amd64.deb
    
  • Stow

    Stow is used to create the symlinks to the appropriate folders.

    • MacOS:
    brew install stow
    

About

nvim config

https://mths.be/dotfiles

License:MIT License


Languages

Language:Lua 85.4%Language:Shell 14.6%