Added snacks.nvim
This commit is contained in:
parent
2bbf10c370
commit
3be9780454
|
@ -35,6 +35,7 @@
|
|||
"schemastore.nvim": { "branch": "main", "commit": "59d6bfa8c109675065f68a81664c17557cc19a9c" },
|
||||
"scrollEOF.nvim": { "branch": "master", "commit": "2575109749b4bf3a0bf979a17947b3c1e8c5137e" },
|
||||
"smart-splits.nvim": { "branch": "master", "commit": "5aa2dd82d56cde2f01aef4e902c961e2f7a5453e" },
|
||||
"snacks.nvim": { "branch": "main", "commit": "bc0630e43be5699bb94dadc302c0d21615421d93" },
|
||||
"telescope-fzf-native.nvim": { "branch": "main", "commit": "1f08ed60cafc8f6168b72b80be2b2ea149813e55" },
|
||||
"telescope-ui-select.nvim": { "branch": "master", "commit": "6e51d7da30bd139a6950adf2a47fda6df9fa06d2" },
|
||||
"telescope.nvim": { "branch": "master", "commit": "b4da76be54691e854d3e0e02c36b0245f945c2c7" },
|
||||
|
|
13
nvim/dot-config/nvim/lua/plugins/snacks.lua
Normal file
13
nvim/dot-config/nvim/lua/plugins/snacks.lua
Normal file
|
@ -0,0 +1,13 @@
|
|||
-- https://github.com/folke/snacks.nvim
|
||||
--- @module "lazy"
|
||||
--- @type LazySpec
|
||||
return {
|
||||
{
|
||||
"folke/snacks.nvim",
|
||||
priority = 1000,
|
||||
lazy = false,
|
||||
--- @module "snacks"
|
||||
--- @type snacks.Config
|
||||
opts = {},
|
||||
},
|
||||
}
|
Loading…
Reference in New Issue
Block a user