1
0

Merge branch 'master' of code.ortegas.org:nortega/nvim-config

This commit is contained in:
2024-05-22 17:25:29 +02:00

View File

@@ -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