feat(nvim): allow cmp-zsh
to source zshrc
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 54s
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 54s
This commit is contained in:
parent
c7852cc616
commit
40cc77115d
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user