add friendly-snippets plugin

This commit is contained in:
2022-02-09 13:06:00 +03:00
parent a39b184ebd
commit 6119f88e47
3 changed files with 3 additions and 2 deletions

View File

@@ -183,5 +183,3 @@ vim.lsp.handlers["textDocument/publishDiagnostics"] = vim.lsp.with(vim.lsp.diagn
},
signs = false,
})
require("luasnip.loaders.from_vscode").load()