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" "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",

View file

@ -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"

View file

@ -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
{ {