mirror of
https://github.com/tomru/nvim.git
synced 2026-03-04 06:57:15 +01:00
try blink.nvim instead of nvim-cmp
This commit is contained in:
9
lua/plugins/snippets.lua
Normal file
9
lua/plugins/snippets.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
return {
|
||||
'L3MON4D3/LuaSnip',
|
||||
version = 'v2.*',
|
||||
run = 'make install_jsregexp',
|
||||
dependencies = { 'rafamadriz/friendly-snippets' },
|
||||
init = function()
|
||||
require('luasnip.loaders.from_vscode').lazy_load()
|
||||
end,
|
||||
}
|
||||
Reference in New Issue
Block a user