Skip to content

Commit

Permalink
neovim: pin LuaSnip to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
geodimm committed Dec 5, 2023
1 parent 3082ae7 commit 2b26dd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nvim/lua/plugins/autocompletion.lua
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ return {
},
{
'L3MON4D3/LuaSnip',
version = 'v2.*',
config = function()
require('luasnip.loaders.from_vscode').lazy_load()
end,
Expand Down

0 comments on commit 2b26dd9

Please sign in to comment.