This commit is contained in:
Christian Nieves
2023-06-26 17:48:16 -05:00
parent 925f79f9d4
commit 9458aa0d58
6 changed files with 227 additions and 185 deletions

View File

@ -10,9 +10,16 @@ return {
"will133/vim-dirdiff",
"renerocksai/calendar-vim",
"google/vim-searchindex",
"hrsh7th/vim-vsnip",
"kosayoda/nvim-lightbulb",
"tpope/vim-surround",
{
"L3MON4D3/LuaSnip",
build = "make install_jsregexp",
config = function()
require("luasnip.loaders.from_vscode").lazy_load()
end,
dependencies = { "rafamadriz/friendly-snippets" },
},
"ntpeters/vim-better-whitespace",
"junegunn/fzf.vim",
"nathanaelkane/vim-indent-guides",