update nvim config and junk

This commit is contained in:
Rahsheen Porter 2024-03-01 14:07:35 -05:00
parent e1aac7d093
commit c3dbc10c80
8 changed files with 96 additions and 14 deletions

View file

@ -51,4 +51,18 @@ return {
require("luasnip.loaders.from_vscode").lazy_load()
end,
},
{
"nvim-telescope/telescope.nvim",
dependencies = {
{
"nvim-telescope/telescope-live-grep-args.nvim",
-- This will not install any breaking changes.
-- For major updates, this must be adjusted manually.
version = "^1.0.0",
},
},
config = function()
require("telescope").load_extension("live_grep_args")
end
}
}