✨ feat(nvim): add specs and cyberdream extra
This commit is contained in:
parent
d1d24bd97b
commit
b8447fd07e
3 changed files with 16 additions and 0 deletions
2
.config/nvim/.github/README.md
vendored
2
.config/nvim/.github/README.md
vendored
|
@ -107,6 +107,7 @@
|
|||
- [EdenEast/nightfox.nvim](https://dotfyle.com/plugins/EdenEast/nightfox.nvim)
|
||||
- [Mofiqul/vscode.nvim](https://dotfyle.com/plugins/Mofiqul/vscode.nvim)
|
||||
- [echasnovski/mini.base16](https://dotfyle.com/plugins/echasnovski/mini.base16)
|
||||
- [scottmckendry/cyberdream.nvim](https://dotfyle.com/plugins/scottmckendry/cyberdream.nvim)
|
||||
|
||||
</details>
|
||||
|
||||
|
@ -310,6 +311,7 @@
|
|||
<summary><b>🚶 Motion</b></summary>
|
||||
|
||||
- [folke/flash.nvim](https://dotfyle.com/plugins/folke/flash.nvim)
|
||||
- [edluffy/specs.nvim](https://dotfyle.com/plugins/edluffy/specs.nvim)
|
||||
- [chrisgrieser/nvim-spider](https://dotfyle.com/plugins/chrisgrieser/nvim-spider)
|
||||
- [ggandor/leap.nvim](https://dotfyle.com/plugins/ggandor/leap.nvim)
|
||||
- [ggandor/flit.nvim](https://dotfyle.com/plugins/ggandor/flit.nvim)
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
return {
|
||||
"scottmckendry/cyberdream.nvim",
|
||||
lazy = false,
|
||||
name = "cyberdream",
|
||||
opts = {},
|
||||
}
|
8
.config/nvim/lua/plugins/extras/ui/specs.lua
Normal file
8
.config/nvim/lua/plugins/extras/ui/specs.lua
Normal file
|
@ -0,0 +1,8 @@
|
|||
return {
|
||||
"edluffy/specs.nvim",
|
||||
opts = {},
|
||||
-- stylua: ignore
|
||||
keys = {
|
||||
{ "<C-b>", function() require("specs").show_specs() end, desc = "Specs" },
|
||||
},
|
||||
}
|
Loading…
Add table
Reference in a new issue