Nvim: move to nvim-cmp
This commit is contained in:
@@ -25,7 +25,7 @@ call plug#begin('~/.config/nvim/plugins')
|
||||
"Plug 'RRethy/vim-illuminate'
|
||||
Plug 'Saecki/crates.nvim' | Plug 'jose-elias-alvarez/null-ls.nvim'
|
||||
Plug 'andrewferrier/debugprint.nvim'
|
||||
Plug 'cdelledonne/vim-cmake'
|
||||
Plug 'Civitasv/cmake-tools.nvim'
|
||||
Plug 'danymat/neogen'
|
||||
Plug 'ftilde/vim-ugdb'
|
||||
Plug 'jubnzv/virtual-types.nvim'
|
||||
@@ -40,14 +40,24 @@ Plug 'romgrk/nvim-treesitter-context'
|
||||
" }}}
|
||||
|
||||
" Completion {{{
|
||||
Plug 'ms-jpq/coq.artifacts', {'branch': 'artifacts'}
|
||||
Plug 'ms-jpq/coq_nvim'
|
||||
Plug 'hrsh7th/cmp-buffer'
|
||||
Plug 'hrsh7th/cmp-cmdline'
|
||||
Plug 'petertriho/cmp-git'
|
||||
Plug 'hrsh7th/cmp-nvim-lsp'
|
||||
Plug 'hrsh7th/cmp-path'
|
||||
Plug 'hrsh7th/nvim-cmp'
|
||||
" }}}
|
||||
|
||||
" Snippets {{{
|
||||
"Plug 'fhill2/telescope-ultisnips.nvim'
|
||||
Plug 'dcampos/cmp-snippy'
|
||||
Plug 'dcampos/nvim-snippy'
|
||||
Plug 'honza/vim-snippets'
|
||||
" }}}
|
||||
|
||||
" Files switch, jump and grep-like tools {{{
|
||||
"Plug 'inside/vim-search-pulse'
|
||||
Plug 'MunifTanjim/nui.nvim'
|
||||
Plug 'fhill2/telescope-ultisnips.nvim'
|
||||
Plug 'ggandor/leap.nvim'
|
||||
Plug 'kyazdani42/nvim-tree.lua'
|
||||
Plug 'kyazdani42/nvim-web-devicons'
|
||||
@@ -247,7 +257,7 @@ set shortmess-=F
|
||||
set signcolumn=auto
|
||||
|
||||
set wildmode=longest,list,full
|
||||
set completeopt=menuone,noselect
|
||||
set completeopt=menu,menuone,noselect
|
||||
|
||||
set mouse=
|
||||
|
||||
|
||||
Reference in New Issue
Block a user