✨ feat(nvim): add modes extra
This commit is contained in:
parent
3dd5a489f6
commit
9ef945ad42
2 changed files with 18 additions and 1 deletions
16
.config/nvim/lua/plugins/extras/ui/modes.lua
Normal file
16
.config/nvim/lua/plugins/extras/ui/modes.lua
Normal file
|
@ -0,0 +1,16 @@
|
|||
return {
|
||||
{
|
||||
"mvllow/modes.nvim",
|
||||
event = "VeryLazy",
|
||||
opts = {},
|
||||
},
|
||||
{
|
||||
"folke/which-key.nvim",
|
||||
optional = true,
|
||||
opts = {
|
||||
triggers_blacklist = {
|
||||
n = { "d", "y" },
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
|
@ -1,7 +1,7 @@
|
|||
return {
|
||||
"m4xshen/hardtime.nvim",
|
||||
dependencies = { "MunifTanjim/nui.nvim", "nvim-lua/plenary.nvim" },
|
||||
event = "VeryLazy",
|
||||
event = "LazyFile",
|
||||
keys = {
|
||||
{ "<leader>uH", "<cmd>Hardtime toggle<CR>", desc = "Toggle Hardtime" },
|
||||
},
|
||||
|
@ -16,6 +16,7 @@ return {
|
|||
"neo-tree",
|
||||
"symbols-outline",
|
||||
"vim-be-good",
|
||||
"oil",
|
||||
},
|
||||
restriction_mode = "hint",
|
||||
restricted_keys = {
|
||||
|
|
Loading…
Add table
Reference in a new issue