Refactor plugin layout, add AI autocomplete and direnv, update docs
This commit is contained in:
parent
3517caecde
commit
cc9a5dc0f5
20 changed files with 1195 additions and 414 deletions
7
lua/plugins/direnv.lua
Normal file
7
lua/plugins/direnv.lua
Normal 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,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue