Skip to content

Commit

Permalink
fix(neovim): Fixed error messages on startup from recent L3MON4D3/Lua…
Browse files Browse the repository at this point in the history
…Snip update

See L3MON4D3/LuaSnip#1071
  • Loading branch information
aknackd committed Dec 2, 2023
1 parent 0544882 commit b9b5bae
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion neovim/.config/nvim/lua/user/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,11 @@ require('lazy').setup {
},

-- Snippets
{ 'L3MON4D3/LuaSnip' },
{
'L3MON4D3/LuaSnip',
version = 'v2.*',
build = 'make install_jsregexp',
},
{ 'rafamadriz/friendly-snippets' },

-- Miscellaneous
Expand Down

0 comments on commit b9b5bae

Please sign in to comment.