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" "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": { "root": {
"inputs": { "inputs": {
"agenix": "agenix", "agenix": "agenix",
@ -146,6 +162,7 @@
"impermanence": "impermanence", "impermanence": "impermanence",
"nixpkgs": "nixpkgs", "nixpkgs": "nixpkgs",
"nur": "nur", "nur": "nur",
"nvim-cmp-vlime": "nvim-cmp-vlime",
"rust-tools-nvim": "rust-tools-nvim", "rust-tools-nvim": "rust-tools-nvim",
"vlime": "vlime" "vlime": "vlime"
} }

View file

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

View file

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