/nvim-dotfiles

My NeoVim config.

Primary LanguageLuaGNU Lesser General Public License v3.0LGPL-3.0

Neovim dotfiles

My NeoVim config.

Installation

Linux/MacOS

cd ~/.config/
git clone https://github.com/Steveplays28/nvim-dotfiles.git nvim
nvim

Windows

Neovim's config directory is different on Windows, by default.
You can choose to either use the default path or change it to ~/ and follow the installation steps for Linux/MacOS instead.

cd ~/AppData/Local/
git clone https://github.com/Steveplays28/nvim-dotfiles.git nvim
nvim