add latex completions
This commit is contained in:
parent
91912472ea
commit
8cbfecc80b
@ -42,5 +42,6 @@ cmp.setup {
|
||||
{ name = 'luasnip' },
|
||||
{ name = 'buffer' },
|
||||
{ name = 'path' },
|
||||
{ name = 'latex_symbols' },
|
||||
},
|
||||
}
|
||||
|
@ -64,6 +64,7 @@ return require('packer').startup({function()
|
||||
use 'saadparwaiz1/cmp_luasnip'
|
||||
use "hrsh7th/cmp-buffer"
|
||||
use "hrsh7th/cmp-path"
|
||||
use 'kdheepak/cmp-latex-symbols'
|
||||
use 'nvim-treesitter/nvim-treesitter'
|
||||
|
||||
use 'kyazdani42/nvim-web-devicons'
|
||||
|
Loading…
x
Reference in New Issue
Block a user