add(nvim): leap!

This commit is contained in:
Léana 江 2023-05-16 12:10:00 +02:00 committed by Léana 江
parent abc384f9ce
commit 1f14e3c980
4 changed files with 8 additions and 3 deletions

View file

@ -42,6 +42,7 @@ require("lazy").setup({
{ "akinsho/toggleterm.nvim", version = "*" },
-- Can't live without
{ "ggandor/leap.nvim", name = "leap", dependencies = "tpope/vim-repeat" },
{ "shortcuts/no-neck-pain.nvim", version = "*" },
"numToStr/Comment.nvim",
"tpope/vim-surround",
@ -91,5 +92,5 @@ require("lazy").setup({
},
},
}, {
install = { colorscheme = { "catppuccin" } },
install = { colorscheme = { "rose-pine" } },
})