add base snippets config
This commit is contained in:
9
nvim/.config/nvim/lua/plugins/snippets.lua
Normal file
9
nvim/.config/nvim/lua/plugins/snippets.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
return {
|
||||
{
|
||||
"L3MON4D3/LuaSnip",
|
||||
-- follow latest release.
|
||||
version = "v2.*", -- Replace <CurrentMajor> by the latest released major (first number of latest release)
|
||||
-- install jsregexp (optional!).
|
||||
build = "make install_jsregexp",
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user