add shortcuts and leap work foreward and backward with "s"

This commit is contained in:
Omixxx 2023-03-01 17:44:55 +01:00
parent ae9fc10678
commit 81c3cd2ac0
5 changed files with 22 additions and 44 deletions

View file

@ -13,6 +13,14 @@ return {
{ -- Theme inspired by Atom
'navarasu/onedark.nvim',
},
{
"ellisonleao/gruvbox.nvim",
-- config = function()
-- vim.o.background = "light"
-- vim.cmd.colorscheme 'gruvbox'
-- end,
}
}