clean woot

This commit is contained in:
Christian Nieves
2023-10-21 18:28:20 -05:00
parent 1a899da35d
commit 5b9499e39b
6 changed files with 73 additions and 88 deletions

View File

@ -14,6 +14,14 @@ if not use_google() then
end
return {
{
"L3MON4D3/LuaSnip",
build = "make install_jsregexp",
config = function()
require("luasnip.loaders.from_vscode").lazy_load()
end,
dependencies = { "rafamadriz/friendly-snippets" },
},
{
"neovim/nvim-lspconfig",
dependencies = deps,