[MINOR] whichkey and nvim-ghost

This commit is contained in:
Afonso Franco 2023-10-03 18:07:47 +01:00
parent 3a69f908ae
commit 500aae34d2
Signed by: afonso
SSH key fingerprint: SHA256:JiuxZNdA5bRWXPMUJChI0AQ75yC+cXY4xM0IaVwEVys
2 changed files with 27 additions and 9 deletions

View file

@ -29,6 +29,22 @@ lazy.setup({
require('leap').add_default_mappings() require('leap').add_default_mappings()
end end
}, },
--Nvim to browser
'subnut/nvim-ghost.nvim',
{
"folke/which-key.nvim",
event = "VeryLazy",
init = function()
vim.o.timeout = true
vim.o.timeoutlen = 300
end,
opts = {
-- your configuration comes here
-- or leave it empty to use the default settings
-- refer to the configuration section below
}
},
{ {
"folke/todo-comments.nvim", "folke/todo-comments.nvim",

View file

@ -0,0 +1,2 @@
YUBIKEY_TOUCH_DETECTOR_VERBOSE=true
YUBIKEY_TOUCH_DETECTOR_LIBNOTIFY=true