fix: fixing a lot of issues

This commit is contained in:
2026-02-04 21:36:54 -05:00
parent 1d4bf34902
commit 6e904f8f87
98 changed files with 872 additions and 528 deletions

View File

@@ -1,4 +1,10 @@
-- Auto-load all plugin files from the plugins directory
-- ============================================================================
-- PLUGINS INIT: Auto-load all plugin configurations
-- ============================================================================
-- Automatically discovers and loads all .lua files in the plugins directory.
-- Includes base plugins (plenary, vim-tmux-navigator) and imports all other
-- plugin configurations via lazy.nvim's import system. Excludes init.lua itself.
-- ============================================================================
local function load_all_plugins()
local plugins = {}