My personal nvim configuration
- Lua 100%
| after | ||
| lua | ||
| init.lua | ||
| README.md | ||
| stylua.toml | ||
My personal nvim config
This repo contains the configuration files I've built for my neovim setup. This configuration was build from scratch by manually configuring plugins one-by-one to use lazy.nvim as the plugin manager which is used for managing and installing the plugins.
Installation
To install these, simply clone this repo to $XDG_CONFIG_HOME/nvim
git clone https://git.strangnet.win/pezcore/nvim-config.git ~/.config/nvim && nvim
Useful Links
- Neovim Home
- lazy.nvim - Plugin manager
- Lazyvim Plugins - Inspiration for some popular plugins and their configs