diff --git a/home/.vimrc b/home/.vimrc new file mode 100644 index 0000000..c7c94c9 --- /dev/null +++ b/home/.vimrc @@ -0,0 +1,52 @@ +" +" ██╗ ██╗██╗███╗ ███╗██████╗ ██████╗ +" ██║ ██║██║████╗ ████║██╔══██╗██╔════╝ +" ██║ ██║██║██╔████╔██║██████╔╝██║ +" ╚██╗ ██╔╝██║██║╚██╔╝██║██╔══██╗██║ +" ╚████╔╝ ██║██║ ╚═╝ ██║██║ ██║╚██████╗ +" ╚═══╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝ ╚═════ + +let mapleader ="," +set nocompatible +syntax on +set mouse=a +set clipboard=unnamedplus +set number relativenumber +set encoding=utf-8 +colorscheme base16-grayscale-dark +set showcmd +highlight clear LineNr +set nocursorcolumn + +" Trabajar con tabulador + set shiftwidth=4 + set tabstop=4 + set expandtab + +"Configurar teclas + nnoremap :setlocal spell! spelllang=es + +"Vim plugins +call plug#begin() + Plug 'lilydjwg/colorizer' +call plug#end() + +"LaTeX + +"Configuraciones básicas vim-latex +filetype plugin on +filetype indent on +let g:tex_flavor='latex' + +" Compiladores +map c :w! \| !pdflatex % +map l :w! \| !lualatex % + +" Mostrar el pdf final +map z :!zathura %pdf& + +" Plantilas +map pln :-1read $HOME/.plantillas_latex/normal.tex +map plm :-1read $HOME/.plantillas_latex/membrete.tex + + diff --git a/wallpapers/void2.png b/wallpapers/void2.png new file mode 100644 index 0000000..32f998f Binary files /dev/null and b/wallpapers/void2.png differ