mirror of
https://github.com/softinio/nvim-config.git
synced 2025-09-05 17:16:40 -07:00
Add snacks and nvim-aider plugins
This commit is contained in:
parent
ce43f554fc
commit
5b931a90a5
2 changed files with 24 additions and 0 deletions
7
lua/plugins/snacks.lua
Normal file
7
lua/plugins/snacks.lua
Normal file
|
@ -0,0 +1,7 @@
|
|||
return {
|
||||
"folke/snacks.nvim",
|
||||
priority = 1000,
|
||||
lazy = false,
|
||||
---@type snacks.Config
|
||||
opts = {},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue