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"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"luaship": {
|
"luasnip": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1663664003,
|
"lastModified": 1663664003,
|
||||||
|
@ -330,7 +330,7 @@
|
||||||
"lspsaga-nvim": "lspsaga-nvim",
|
"lspsaga-nvim": "lspsaga-nvim",
|
||||||
"lualine-lsp-progress": "lualine-lsp-progress",
|
"lualine-lsp-progress": "lualine-lsp-progress",
|
||||||
"lualine-nvim": "lualine-nvim",
|
"lualine-nvim": "lualine-nvim",
|
||||||
"luaship": "luaship",
|
"luasnip": "luasnip",
|
||||||
"neoformat": "neoformat",
|
"neoformat": "neoformat",
|
||||||
"nixpkgs": "nixpkgs",
|
"nixpkgs": "nixpkgs",
|
||||||
"nvim-cmp": "nvim-cmp",
|
"nvim-cmp": "nvim-cmp",
|
||||||
|
|
|
@ -68,7 +68,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
# https://github.com/L3MON4D3/LuaSnip
|
# https://github.com/L3MON4D3/LuaSnip
|
||||||
luaship = {
|
luasnip = {
|
||||||
url = "github:L3MON4D3/LuaSnip?rev=d36c063b7f6e701852f7880f1314656592a61b4f";
|
url = "github:L3MON4D3/LuaSnip?rev=d36c063b7f6e701852f7880f1314656592a61b4f";
|
||||||
flake = false;
|
flake = false;
|
||||||
};
|
};
|
||||||
|
@ -169,7 +169,7 @@
|
||||||
# lsp
|
# lsp
|
||||||
"nvim-lspconfig"
|
"nvim-lspconfig"
|
||||||
"lspsaga-nvim"
|
"lspsaga-nvim"
|
||||||
"luaship"
|
"luasnip"
|
||||||
"nvim-cmp"
|
"nvim-cmp"
|
||||||
"cmp-nvim-lsp"
|
"cmp-nvim-lsp"
|
||||||
"cmp-luasnip"
|
"cmp-luasnip"
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
, luasnip
|
, luasnip
|
||||||
, nvim-cmp
|
, nvim-cmp
|
||||||
, cmp-nvim-lsp
|
, cmp-nvim-lsp
|
||||||
, cmp_luasnip
|
, cmp-luasnip
|
||||||
, ...
|
, ...
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ let
|
||||||
completions = [
|
completions = [
|
||||||
nvim-cmp # Autocompletion
|
nvim-cmp # Autocompletion
|
||||||
cmp-nvim-lsp # LSP source for nvim-cmp
|
cmp-nvim-lsp # LSP source for nvim-cmp
|
||||||
cmp_luasnip # Snippets source for nvim-cmp
|
cmp-luasnip # Snippets source for nvim-cmp
|
||||||
];
|
];
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|
Reference in a new issue