1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-02 01:39:26 +00:00

[neovim] Update plugins and tidy up

This commit is contained in:
2023-04-09 18:13:55 +02:00
parent a610f01038
commit 4f56be8231
3 changed files with 34 additions and 19 deletions

View File

@ -93,7 +93,11 @@ lazy.setup({
require("leap").add_default_mappings()
end,
},
{ "knubie/vim-kitty-navigator", version = "*", build = "cp ./*.py ~/.config/kitty/" },
{
"knubie/vim-kitty-navigator",
version = "*",
build = "cp ./*.py ~/.config/kitty/",
},
-- cmp plugins
{