Commit Graph

11 Commits

Author SHA1 Message Date
3e83ea9580 nvim: Make 80 character line a light gray
The blue was too distracting

Signed-off-by: Nicholas Mello <nick@nmello.dev>
2025-08-14 23:28:48 -05:00
b87970ab1c nvim: Fix lazy loading of plugins
They were not loading until too late, they need to load earlier to be
useful

Signed-off-by: Nicholas Mello <nick@nmello.dev>
2025-08-14 23:25:07 -05:00
1273ad4779 nvim: Add keybindings for LSP
LSP has a lot of functionality that I would benefit from taking
advantage of, this adds bindings for a bunch of that and which-key
support so I can figure out which key does what.

Signed-off-by: Nicholas Mello <nick@nmello.dev>
2025-08-14 23:13:02 -05:00
567cf33f55 fish: Remove fish variables
These variables are session specific and should not end up in source
control

Signed-off-by: Nicholas Mello <nick@nmello.dev>
2025-08-14 22:47:15 -05:00
2c5831ef70 fish: git: Setup default editor to be neovim
Sets default editor for things such as git commits and diffs

Signed-off-by: Nicholas Mello <nick@nmello.dev>
2025-08-14 22:45:30 -05:00
b049dec292 nvim: Add binding to gitsigns
Want to be able to do in line blames with a keybinding using gitsigns

Signed-off-by: Nicholas Mello <nick@nmello.dev>
2025-08-14 22:43:42 -05:00
afa723300a github: Add workflow to build bundles
Bundles contain an extract script that can be run when unbundled that
puts everything in its place just like an install would do but without
the need for python or the json files.

Signed-off-by: Nicholas Mello <nick@nmello.dev>
2025-08-14 22:12:03 -05:00
7869819571 bundle: Add bundle option
Add bundle option that packages up with an extract script

Signed-off-by: Nicholas Mello <nick@nmello.dev>
2025-08-14 19:50:59 -05:00
fd175ea81f Initial README
Add README explaining the project

Signed-off-by: Nicholas Mello <nick@nmello.dev>
2025-08-14 19:26:25 -05:00
65d08b0772 all: Initial dotfiles
Import an initial copy of all of my dotfiles

Signed-off-by: Nicholas Mello <nick@nmello.dev>
2025-08-14 19:21:24 -05:00
213a40bc27 Initial Commit
Initial dotfile manager and config with tools

Signed-off-by: Nicholas Mello <nick@nmello.dev>
2025-08-14 19:20:56 -05:00