feat(nvim): add friendly-snippets
This commit is contained in:
parent
83b51ebdf4
commit
5864c63cf3
3 changed files with 4 additions and 1 deletions
config/neovim/after/plugin
|
@ -48,6 +48,8 @@ ls.add_snippets("js", snippets.javascript)
|
|||
ls.add_snippets("typescript", snippets.javascript)
|
||||
ls.add_snippets("vue", snippets.javascript)
|
||||
|
||||
require("luasnip.loaders.from_vscode").lazy_load()
|
||||
|
||||
ls.config.set_config {
|
||||
enable_autosnippets = true,
|
||||
history = true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue