Merge branch 'master' of github.com:dopefishh/dotfiles
authorMart Lubbers <mart@martlubbers.net>
Fri, 12 Jan 2018 09:42:23 +0000 (10:42 +0100)
committerMart Lubbers <mart@martlubbers.net>
Fri, 12 Jan 2018 09:42:43 +0000 (10:42 +0100)
email/.config/msmtp/config
email/.mutt/mailcap
email/.mutt/muttrc
vim/.vim/after/ftplugin/clean.vim [new file with mode: 0644]
vim/.vim/after/ftplugin/tex.vim [new file with mode: 0644]
vim/.vim/ftplugin/plaintex.vim [new file with mode: 0644]
vim/.vim/ftplugin/tex.vim [deleted file]
vim/.vim/pack/plugins/start/syntastic
vim/.vim/pack/plugins/start/vim-clean
vim/.vim/pack/plugins/start/vim-gnupg
vim/.vim/pack/plugins/start/vimtex

index ebde36d..835767d 100644 (file)
@@ -11,11 +11,13 @@ passwordeval pass mail/mart@martlubbers.net
 from mart@martlubbers.net
 
 account ru
-host smtp-auth.ru.nl
+host smtp.science.ru.nl
 port 587
 auth on
 tls on
-tls_fingerprint 51:BF:85:89:55:26:F6:73:4D:77:C7:0E:FA:B1:8E:A0:8C:64:BB:8D:21:B9:11:D6:3B:E1:AA:44:8C:DF:93:E0
-user s4109503
-passwordeval pass mail/mart.lubbers@student.ru.nl
-from mart.lubbers@student.ru.nl
+tls_fingerprint 1F:1D:F5:62:FC:9B:D4:BE:77:30:B1:F4:DB:24:49:F8:21:DD:6F:FC:08:1E:4A:78:0B:AC:C4:B4:FA:8E:A4:10
+user mlubbers
+passwordeval pass science.ru.nl/mlubbers
+from m.lubbers@cs.ru.nl
+proxy_host localhost
+proxy_port 8008
index 8f502d4..e8892f5 100644 (file)
@@ -1,5 +1,5 @@
 # Fork off a process
-application/pdf; gv %s;
+application/pdf; evince %s;
 text/html; firefox -new-tab %s & sleep 5;
 
 # Open document formats
index 701f965..44ab8af 100644 (file)
@@ -16,7 +16,8 @@ set send_charset="us-ascii:utf-8"
 macro index,pager $ "<shell-escape>offlineimap &<enter><sync-mailbox>" "Force refresh"
 macro attach B "<pipe-entry>firefox \"data:text/html;base64,$(base64 -w 0 <&0)\"<enter>"
 send2-hook "~f mart@martlubbers.net" "set sendmail=\"msmtp -C /home/mrl/.config/msmtp/config -a net\""
-send2-hook "~f mart.lubbers@student.ru.nl" "set sendmail=\"msmtp -C /home/mrl/.config/msmtp/config -a ru\""
+send2-hook "~f m.lubbers@cs.ru.nl" "set sendmail=\"msmtp -C /home/mrl/.config/msmtp/config -a ru\""
+send2-hook "~f m.lubbers@science.ru.nl" "set sendmail=\"msmtp -C /home/mrl/.config/msmtp/config -a ru\""
 
 #folder-hook . push "<delete-pattern>~=<enter>$"
 
diff --git a/vim/.vim/after/ftplugin/clean.vim b/vim/.vim/after/ftplugin/clean.vim
new file mode 100644 (file)
index 0000000..0f43883
--- /dev/null
@@ -0,0 +1,2 @@
+setlocal tags+=/opt/clean/lib/tags
+set statusline+=%{cleanvim#tags#statusline()}
diff --git a/vim/.vim/after/ftplugin/tex.vim b/vim/.vim/after/ftplugin/tex.vim
new file mode 100644 (file)
index 0000000..978ea51
--- /dev/null
@@ -0,0 +1,9 @@
+setlocal wrap
+setlocal tw=0
+setlocal colorcolumn=0
+
+" Vimtex options
+let g:vimtex_compiler_enabled = 0
+let g:vimtex_toc_enabled = 1
+let g:vimtex_toc_help = 0
+let g:vimtex_toc_refresh_always = 1
diff --git a/vim/.vim/ftplugin/plaintex.vim b/vim/.vim/ftplugin/plaintex.vim
new file mode 100644 (file)
index 0000000..2aa1973
--- /dev/null
@@ -0,0 +1 @@
+set ft=tex
diff --git a/vim/.vim/ftplugin/tex.vim b/vim/.vim/ftplugin/tex.vim
deleted file mode 100644 (file)
index e4b82c2..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-setlocal wrap
-setlocal tw=0
-setlocal colorcolumn=0
index 4b93dff..96cc251 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 4b93dffbd98fd3885ee7c4fcedaa65cf5b72f56d
+Subproject commit 96cc251075f3f9d290c5afd4adf1b64c1542d469
index e03f6f5..ab14122 160000 (submodule)
@@ -1 +1 @@
-Subproject commit e03f6f57d05b5708fde8a9b42ba90b1628034950
+Subproject commit ab141221b34dd3b9026ab7061b7d8d1dcfd8df64
index b54fd4c..5b06978 160000 (submodule)
@@ -1 +1 @@
-Subproject commit b54fd4c18a45a27f2b9d9570f33dc2f93508733d
+Subproject commit 5b069789e237ca43533a229580822772640ce301
index fe5b4a5..995bbd7 160000 (submodule)
@@ -1 +1 @@
-Subproject commit fe5b4a5b9606230c9cf843b65de4e94e0e63133a
+Subproject commit 995bbd729a6a42e92188859e0013b5476fc5ad01