feat(nvim): add vlime to cmp

This commit is contained in:
buffet 2023-03-10 22:11:36 +01:00
parent 241bb3d1ff
commit 1f35a04ed4
3 changed files with 25 additions and 0 deletions

View file

@ -136,6 +136,22 @@
"type": "github"
}
},
"nvim-cmp-vlime": {
"flake": false,
"locked": {
"lastModified": 1672313103,
"narHash": "sha256-ejjJWNGjx28viKz8tsaifCkJ9HHYAOkbOZAdlR8gQJo=",
"owner": "HiPhish",
"repo": "nvim-cmp-vlime",
"rev": "5bc7fa02f255f6faed0ba5fda5f4883b46a66676",
"type": "gitlab"
},
"original": {
"owner": "HiPhish",
"repo": "nvim-cmp-vlime",
"type": "gitlab"
}
},
"root": {
"inputs": {
"agenix": "agenix",
@ -146,6 +162,7 @@
"impermanence": "impermanence",
"nixpkgs": "nixpkgs",
"nur": "nur",
"nvim-cmp-vlime": "nvim-cmp-vlime",
"rust-tools-nvim": "rust-tools-nvim",
"vlime": "vlime"
}

View file

@ -29,6 +29,11 @@
inputs.nixpkgs.follows = "nixpkgs";
};
nvim-cmp-vlime = {
url = "gitlab:HiPhish/nvim-cmp-vlime";
flake = false;
};
# work around for nixpkgs version being too old
rust-tools-nvim = {
url = "github:simrat39/rust-tools.nvim";

View file

@ -30,6 +30,7 @@
"cmp-conventionalcommits"
"cmp-git"
"gh-nvim"
"nvim-cmp-vlime"
"rust-tools-nvim"
"vlime"
];
@ -48,6 +49,7 @@
{plugin = friendly-snippets;}
{plugin = fugitive;}
{plugin = lualine-lsp-progress;}
{plugin = nvim-cmp-vlime;}
{plugin = playground;}
{plugin = rust-vim;}
{plugin = tabular;}
@ -287,6 +289,7 @@
{ name = 'nvim_lsp' },
{ name = 'path' },
{ name = 'treesitter' },
{ name = 'vlime' },
{ name = 'vsnip' },
},
}