4 Commits

Author SHA1 Message Date
wesley caf75eb73d Cleaning up neovim configuration
Due to the fact that this config is not used we are going to clean this
up. Going forward only the plugins directory will be used so that any
custom plugins I want to add can be added here and managed locally. This
leaves the neovim distribution (if wanted) up to the user.
2026-05-18 18:40:24 -04:00
wesley 089fcab83b Changed tokyo night theme (#34)
Changed the tokyonight theme off of powerkit as powerkit was way to
slow. Needed something more snappy.

Reviewed-on: #34
2026-05-15 06:47:51 -04:00
wesley bb6cd297c2 Merge pull request 'Customized tmux (#32)' (#33) from main into development
Reviewed-on: #33
2026-05-14 21:53:12 -04:00
wesley 620574ea19 Merge pull request 'Release 1.0' (#31) from main into development
Reviewed-on: #31
2026-01-13 17:51:34 -05:00
2 changed files with 1 additions and 4 deletions
+1 -1
View File
@@ -10,6 +10,6 @@ config.enable_tab_bar = false
config.initial_cols = 205
config.initial_rows = 45
config.font_size = 10
config.default_prog = { "tmux", "new-session" }
config.default_prog = { "tmux", "new-session", "-A", "-s", "main" }
return config
-3
View File
@@ -17,9 +17,6 @@ alias cat="bat"
# Alias cd to z for zoxide
alias cd="z"
# Alias vim to nvim
alias vim="nvim"
############### END ALIASES ###############
############### BEGIN EXPORTS #############