feat(nvim): allow cmp-zsh to source zshrc
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 54s

This commit is contained in:
Price Hiller 2024-04-10 02:52:52 -05:00
parent c7852cc616
commit 40cc77115d
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -18,7 +18,13 @@ return {
"hrsh7th/cmp-nvim-lsp-document-symbol",
"hrsh7th/cmp-calc",
"davidsierradz/cmp-conventionalcommits",
"tamago324/cmp-zsh",
{
"tamago324/cmp-zsh",
opts = {
zshrc = true,
filetypes = { "*" },
},
},
"dmitmel/cmp-cmdline-history",
"David-Kunz/cmp-npm",
"lukas-reineke/cmp-rg",