Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 563 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 563 Bytes

My Neovim Configuration

Usage

Create a symbolic link in the Neovim configuration directory to this repository as follows. Let's assume that pwd is the directory where you clone this repository.

mkdir -p ~/.config/nvim
ln -sf "$(pwd)/init.lua" ~/.config/nvim/init.lua
ln -sf "$(pwd)/lua" ~/.config/nvim/lua
ln -sf "$(pwd)/rocks.toml" ~/.config/nvim/rocks.toml
ln -sf "$(pwd)/rocks-treesitter.toml" ~/.config/nvim/rocks-treesitter.toml

Install luarocks with your system package manager.

Start nvim and follow the on-screen instructions.