initial neovim config, plugins and a few mappings/settings

This commit is contained in:
2025-08-17 23:56:04 -05:00
parent 371a034035
commit 3caa97137b
18 changed files with 391 additions and 10 deletions

View File

@@ -33,8 +33,8 @@
- add logic to the main run script to handle cloning of this repo
- add logic to the main run script to set `BOX_SETUP_OS` var, either input param or detect
- config for nvim
- config for mpd, mpc, ncmpcpp
- config for ghostty
- config for mpd, mpc, ncmpcpp
- config for mpv
- also, on macos, get it to open within terminal or just don't install it
- config for gimp, `src_files/.config/GIMP` (dir)
@@ -48,6 +48,6 @@
- build in flags/logic for skipping certain installs/builds (and maybe configs?) on a
given system (i.e. don't install on a company box, on a server, etc.)
- decide on and implement approach for languages and versioning
- docker? or alternatives like podman? any license concerns?
- asdf, or language-specific version managers?
- docker? or alternatives like podman? any license concerns?
- hybrid of the above?