vim changes

This commit is contained in:
inigoortega 2019-10-01 16:56:55 +02:00
parent 753c07c665
commit 5663f1e234
5 changed files with 88 additions and 0 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@
.local/share/
termscripts/test.sh
.config/tox
.vim/plugged

4
.vim/.netrwhist Normal file
View File

@ -0,0 +1,4 @@
let g:netrw_dirhistmax =10
let g:netrw_dirhist_cnt =2
let g:netrw_dirhist_1='/usr/share/X11/xorg.conf.d'
let g:netrw_dirhist_2='/etc/portage/package.use'

View File

@ -0,0 +1,15 @@
"" Haskell
let g:haskell_enable_quantification = 1 " to enable highlighting of `forall`
let g:haskell_enable_recursivedo = 1 " to enable highlighting of `mdo` and `rec`
let g:haskell_enable_arrowsyntax = 1 " to enable highlighting of `proc`
let g:haskell_enable_pattern_synonyms = 1 " to enable highlighting of `pattern`
let g:haskell_enable_typeroles = 1 " to enable highlighting of type roles
let g:haskell_enable_static_pointers = 1 " to enable highlighting of `static`
let g:haskell_backpack = 1 " to enable highlighting of backpack keywords
let g:haskell_classic_highlighting = 1
let g:hindent_indent_size = 2
let g:hindent_line_length = 80
let g:hindent_command = "stack exec -- hindent"
setlocal formatprg=hindent

View File

@ -0,0 +1,34 @@
% !TeX spellcheck = spanish
\documentclass{article}
\input{/home/initega/org/erroa.tex}
\usepackage[spanish,english]{babel}
\selectlanguage{english}
%\textheight=23.94cm
%\textwidth=16cm
%\topmargin=-1cm
%\oddsidemargin=-0.22cm
%\renewcommand{\baselinestretch}{1.3}
%\parindent=1.5cm
%\usepackage[margin=1.5in]{geometry}
\title{<++>}
\author{Iñigo Ortega<++>}
\begin{document}
\maketitle
\vspace{6.5cm}
Assignment: <++>\\
Degree: \,\,\,\, Informatics Engineering\\
School Year: 20<++>/20<++>\\
\clearpage
\tableofcontents
\clearpage
<++>
\end{document}

View File

@ -0,0 +1,34 @@
% !TeX spellcheck = spanish
\documentclass{article}
\input{/home/initega/org/erroa.tex}
\usepackage[spanish]{babel}
\selectlanguage{spanish}
%\textheight=23.94cm
%\textwidth=16cm
%\topmargin=-1cm
%\oddsidemargin=-0.22cm
%\renewcommand{\baselinestretch}{1.3}
%\parindent=1.5cm
%\usepackage[margin=1.5in]{geometry}
\title{<++>}
\author{Iñigo Ortega<++>}
\begin{document}
\maketitle
\vspace{6.5cm}
Asignatura: <++>\\
Gradu: \,\,\,\, Ingeniería Informática\\
Curso: 20<++>/20<++>\\
\clearpage
\tableofcontents
\clearpage
<++>
\end{document}