This commit is contained in:
Eduard Tolosa 2019-03-16 20:57:50 -05:00
parent f716032523
commit d51d6db4d6

View file

@ -36,12 +36,16 @@ let g:deoplete#enable_at_startup = 1
let g:rustfmt_autosave = 1
let g:rust_clip_command = 'xclip -selection clipboard'
" Syntax and programming things
syntax on
set guifont=Monospace\ Bold\ 12
colors gruvbox
set background=dark
set inccommand=nosplit
" Set clipboard
set clipboard+=unnamedplus
" Uncomment the following to have Vim jump to the last position when
" reopening a file
if has("autocmd")