My personal nvim configuration
Find a file
2026-04-20 11:52:07 -04:00
after add: python tw ftplugin 2026-03-03 21:54:17 -05:00
lua add: more colorschemes 2026-03-15 01:26:43 -04:00
init.lua add: user global keymaps 2026-02-28 11:40:26 -05:00
README.md upd: README 2026-04-20 11:52:07 -04:00
stylua.toml add: conform 2026-02-25 22:07:07 -05:00

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