fix luasnip plugins

This commit is contained in:
Dmitriy Pleshevskiy 2022-11-01 11:23:55 +03:00
parent 621f99403b
commit 019d8ae991
Signed by: pleshevskiy
GPG key ID: 1B59187B161C0215
3 changed files with 6 additions and 6 deletions

View file

@ -136,7 +136,7 @@
"type": "github"
}
},
"luaship": {
"luasnip": {
"flake": false,
"locked": {
"lastModified": 1663664003,
@ -330,7 +330,7 @@
"lspsaga-nvim": "lspsaga-nvim",
"lualine-lsp-progress": "lualine-lsp-progress",
"lualine-nvim": "lualine-nvim",
"luaship": "luaship",
"luasnip": "luasnip",
"neoformat": "neoformat",
"nixpkgs": "nixpkgs",
"nvim-cmp": "nvim-cmp",

View file

@ -68,7 +68,7 @@
};
# https://github.com/L3MON4D3/LuaSnip
luaship = {
luasnip = {
url = "github:L3MON4D3/LuaSnip?rev=d36c063b7f6e701852f7880f1314656592a61b4f";
flake = false;
};
@ -169,7 +169,7 @@
# lsp
"nvim-lspconfig"
"lspsaga-nvim"
"luaship"
"luasnip"
"nvim-cmp"
"cmp-nvim-lsp"
"cmp-luasnip"

View file

@ -3,7 +3,7 @@
, luasnip
, nvim-cmp
, cmp-nvim-lsp
, cmp_luasnip
, cmp-luasnip
, ...
}:
@ -14,7 +14,7 @@ let
completions = [
nvim-cmp # Autocompletion
cmp-nvim-lsp # LSP source for nvim-cmp
cmp_luasnip # Snippets source for nvim-cmp
cmp-luasnip # Snippets source for nvim-cmp
];
in
{