Skip to content

Commit

Permalink
update vim
Browse files Browse the repository at this point in the history
  • Loading branch information
stehessel committed Jul 28, 2024
1 parent 24a5a37 commit 396c458
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pkgs/editor/neovim/config/lua/plugins/completion.lua
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,11 @@ return {
end,
dependencies = {
{ "FelipeLema/cmp-async-path" },
{ "L3MON4D3/LuaSnip" },
{
"L3MON4D3/LuaSnip",
version = "v2.*",
build = "make install_jsregexp",
},
{ "hrsh7th/cmp-nvim-lsp" },
{ "hrsh7th/cmp-nvim-lua" },
{ "hrsh7th/cmp-path" },
Expand Down

0 comments on commit 396c458

Please sign in to comment.