feat(nvim): install vim-hy

This commit is contained in:
buffet 2023-06-12 11:01:49 +02:00
parent 022af71b5c
commit b9e9741d5d
3 changed files with 24 additions and 0 deletions

View file

@ -260,6 +260,7 @@
"nur": "nur",
"nvim-cmp-vlime": "nvim-cmp-vlime",
"rust-tools-nvim": "rust-tools-nvim",
"vim-hy": "vim-hy",
"vlime": "vlime"
}
},
@ -294,6 +295,22 @@
"type": "github"
}
},
"vim-hy": {
"flake": false,
"locked": {
"lastModified": 1685537549,
"narHash": "sha256-25rUKzokaUpPLQUIGR02gfYW+6N365scSn7gprNEJKg=",
"owner": "hylang",
"repo": "vim-hy",
"rev": "bfcb164875652c22e101b9b2eff99408374109b2",
"type": "github"
},
"original": {
"owner": "hylang",
"repo": "vim-hy",
"type": "github"
}
},
"vlime": {
"flake": false,
"locked": {

View file

@ -51,6 +51,11 @@
flake = false;
};
vim-hy = {
url = "github:hylang/vim-hy";
flake = false;
};
vlime = {
url = "github:vlime/vlime";
flake = false;

View file

@ -32,6 +32,7 @@
"gh-nvim"
"nvim-cmp-vlime"
"rust-tools-nvim"
"vim-hy"
"vlime"
];
in
@ -56,6 +57,7 @@
{plugin = tabular;}
{plugin = vim-nix;}
{plugin = vim-repeat;}
{plugin = vim-hy;}
{plugin = vlime;}
{