NEOVIM LUA CONFIG

Idea

Seperate core functionality and specific additions/modifications. Essentially to have a personal setup that can be different from a work setup.

Inspiration, guides, and all around learnings

Installs outside the pluging ( may not be as up to date as I like 😂 )

Clean install

Delete rm -rf ~/.local/share/nvim Delete rm -rf ~/.config/nvim

Patterns

some files are exported modules with init functions and some are not. Not sure if the inconsistancy prevents extra lines of code VS a mix of patterns.

on working branches files that are pre-fixed with _ are old files kept for ease of reference until the changes are ready to go.