This repository contains my custom config for Neovim.
nvim-treesitter
. See hereMake 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/ndpm13/nvim-config.git ~/.config/nvim
This configuration uses Lazy.nvim, which is licensed under the Apache 2.0 License. It also relies on the amazing Neovim plugin ecosystem (for a full list of plugins, see the lazy-lock.json file).