mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
add(nvim): leap!
This commit is contained in:
parent
abc384f9ce
commit
1f14e3c980
4 changed files with 8 additions and 3 deletions
|
|
@ -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" } },
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue