Rearranged dependencies

master
Polarian 2022-05-14 13:14:12 +01:00
parent a787d4c3fe
commit 512b960d12
Signed by: Polarian
GPG Key ID: 0770E5312238C760
1 changed files with 20 additions and 8 deletions

View File

@ -19,18 +19,12 @@ set completeopt=menuone,noinsert,noselect
set shortmess+=c
call plug#begin('~/.vim/plugged')
" LSP and suggestions
Plug 'neovim/nvim-lspconfig'
Plug 'neovim/nvim-lsp'
Plug 'preservim/nerdcommenter'
Plug 'preservim/nerdtree'
Plug 'OmniSharp/omnisharp-vim'
Plug 'junegunn/fzf', {'do': {-> fzf#install()}}
Plug 'junegunn/fzf.vim'
Plug 'airblade/vim-rooter'
Plug 'nvim-lualine/lualine.nvim'
Plug 'tpope/vim-fugitive'
" auto-complete
Plug 'hrsh7th/cmp-nvim-lsp'
Plug 'hrsh7th/cmp-buffer'
Plug 'hrsh7th/cmp-path'
@ -39,12 +33,30 @@ Plug 'hrsh7th/nvim-cmp'
Plug 'hrsh7th/cmp-vsnip'
Plug 'hrsh7th/vim-vsnip'
" Git
Plug 'tpope/vim-fugitive'
" Kotlin
Plug 'udalov/kotlin-vim'
" C#
Plug 'OmniSharp/omnisharp-vim'
" Themes
Plug 'phanviet/vim-monokai-pro'
Plug 'luisiacc/gruvbox-baby', {'branch': 'main'}
" fzf
Plug 'junegunn/fzf', {'do': {-> fzf#install()}}
Plug 'junegunn/fzf.vim'
" Nerd
Plug 'preservim/nerdcommenter'
Plug 'preservim/nerdtree'
" Lualine
Plug 'nvim-lualine/lualine.nvim'
call plug#end()
colorscheme gruvbox-baby