fix luasnip plugins
This commit is contained in:
parent
621f99403b
commit
019d8ae991
3 changed files with 6 additions and 6 deletions
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
Reference in a new issue