add: nvim: cmp fish
This commit is contained in:
parent
1d4aca589e
commit
9bdeeb7fad
1 changed files with 4 additions and 0 deletions
|
@ -102,6 +102,10 @@ require('lazy').setup({
|
|||
'hrsh7th/cmp-nvim-lua', -- nvim lua
|
||||
'hrsh7th/cmp-nvim-lsp-signature-help',
|
||||
'nvim-orgmode/orgmode',
|
||||
{
|
||||
"mtoohey31/cmp-fish",
|
||||
ft = 'fish',
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue