bojanvidanovic / nvim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

  • Make a backup of your current Neovim files:

    mv ~/.config/nvim ~/.config/nvim.bak
    mv ~/.local/share/nvim ~/.local/share/nvim.bak
  • Clone the starter

    git clone https://github.com/bojanvidanovic/nvim ~/.config/nvim
  • Remove the .git folder, so you can add it to your own repo later

    rm -rf ~/.config/nvim/.git
  • Start Neovim!

    nvim

About


Languages

Language:Lua 100.0%