This commit is contained in:
Eduard Tolosa 2019-03-21 19:15:38 -05:00
parent d51d6db4d6
commit 20a43763e4
2 changed files with 9 additions and 8 deletions

View file

@ -2,7 +2,8 @@
call plug#begin('~/.local/share/nvim/plugged')
" Declare the list of plugins.
Plug 'morhetz/gruvbox'
" Plug 'morhetz/gruvbox'
Plug 'drewtempelmeyer/palenight.vim'
" Plug 'Badacadabra/vim-archery'
Plug 'Yggdroot/indentLine'
if has('nvim')
@ -20,6 +21,10 @@ Plug 'mattn/webapi-vim'
Plug 'mustache/vim-mustache-handlebars'
Plug 'sheerun/vim-polyglot'
" Neovim airline
Plug 'vim-airline/vim-airline'
Plug 'vim-airline/vim-airline-themes'
" Auto pair
Plug 'jiangmiao/auto-pairs'
@ -39,12 +44,12 @@ let g:rust_clip_command = 'xclip -selection clipboard'
" Syntax and programming things
syntax on
set guifont=Monospace\ Bold\ 12
colors gruvbox
set background=dark
colors palenight
set inccommand=nosplit
" Set clipboard
set clipboard+=unnamedplus
" set clipboard+=unnamedplus
" Uncomment the following to have Vim jump to the last position when
" reopening a file