Refactor plugin layout, add AI autocomplete and direnv, update docs

This commit is contained in:
RingOfStorms (Joshua Bell) 2026-01-22 16:54:45 -06:00
parent 3517caecde
commit cc9a5dc0f5
20 changed files with 1195 additions and 414 deletions

7
lua/plugins/direnv.lua Normal file
View file

@ -0,0 +1,7 @@
-- direnv.vim - Auto-load project environment variables
-- This enables project devShells to provide LSPs and tools automatically
return {
"direnv/direnv.vim",
lazy = false, -- Must load early before LSP
priority = 90,
}