Merge branch 'master' of code.ortegas.org:nortega/nvim-config
This commit is contained in:
2
init.vim
2
init.vim
@@ -2,6 +2,7 @@ set nocompatible
|
||||
filetype off
|
||||
call plug#begin("~/.config/nvim/plugged")
|
||||
Plug 'tpope/vim-fugitive'
|
||||
Plug 'tkztmk/vim-vala'
|
||||
Plug 'vim-scripts/DoxygenToolkit.vim'
|
||||
Plug 'vim-airline/vim-airline'
|
||||
Plug 'vim-airline/vim-airline-themes'
|
||||
@@ -17,7 +18,6 @@ Plug 'ciaranm/detectindent'
|
||||
Plug 'jiangmiao/auto-pairs'
|
||||
Plug 'antoyo/vim-licenses'
|
||||
Plug 'altercation/vim-colors-solarized'
|
||||
"Plug 'ervandew/supertab'
|
||||
Plug 'neoclide/coc.nvim', {'branch': 'release'}
|
||||
call plug#end()
|
||||
filetype plugin indent on
|
||||
|
||||
Reference in New Issue
Block a user