mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-15 11:50:21 +01:00
nvim: use nvim-cmp
This commit is contained in:
parent
7aa0c7b3e0
commit
ed6d07c21a
3 changed files with 31 additions and 68 deletions
|
|
@ -35,7 +35,13 @@ return require('packer').startup(function()
|
|||
|
||||
use { 'bluz71/vim-moonfly-colors' }
|
||||
use { 'hrsh7th/vim-vsnip' }
|
||||
use { 'hrsh7th/nvim-compe' }
|
||||
use { 'hrsh7th/cmp-nvim-lsp' }
|
||||
use { 'hrsh7th/cmp-buffer' }
|
||||
use { 'hrsh7th/cmp-calc' }
|
||||
use { 'hrsh7th/cmp-path' }
|
||||
use { 'kdheepak/cmp-latex-symbols' }
|
||||
use { 'hrsh7th/nvim-cmp' }
|
||||
|
||||
|
||||
use { 'dpelle/vim-Grammalecte' }
|
||||
use { 'dpelle/vim-LanguageTool' }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue