nvim: add doxygen and orgmode completion
This commit is contained in:
parent
71f3cf6e45
commit
d8a4b93e80
|
@ -46,9 +46,11 @@ if cmp and luasnip then
|
|||
{ name = 'nvim_lua' },
|
||||
{ name = 'dictionary' },
|
||||
{ name = 'zsh' },
|
||||
{ name = 'doxygen' },
|
||||
{ name = 'orgmode' },
|
||||
}, {
|
||||
{ name = 'buffer' },
|
||||
{ name = 'spell' }
|
||||
{ name = 'spell' },
|
||||
})
|
||||
})
|
||||
|
||||
|
|
|
@ -64,7 +64,14 @@ require('packer').startup({ function(use)
|
|||
'https://github.com/uga-rosa/cmp-dictionary',
|
||||
'https://github.com/f3fora/cmp-spell',
|
||||
'https://github.com/hrsh7th/cmp-nvim-lsp-document-symbol',
|
||||
'https://github.com/tamago324/cmp-zsh'
|
||||
'https://github.com/tamago324/cmp-zsh',
|
||||
{
|
||||
'https://github.com/paopaol/cmp-doxygen',
|
||||
requires = {
|
||||
'https://github.com/nvim-treesitter/nvim-treesitter',
|
||||
'https://github.com/nvim-treesitter/nvim-treesitter-textobjects'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user