minor changes
[dotfiles.git] / vim / .vimrc
index 3479ab3..f3ea493 100644 (file)
@@ -1,6 +1,3 @@
-" Automaticly source some files after writing
-autocmd! bufwritepost .vimrc source %
-
 " Some general options
 syntax enable
 filetype indent plugin on
@@ -32,6 +29,9 @@ set sidescrolloff=1
 set listchars=nbsp:¬,tab:▸\ ,eol:↩,extends:»,precedes:«,trail:•
 set list
 
+" Make sure the last line is shown as much as possible
+set display+=lastline
+
 " Move through long lines as they were short multiple lines
 map j gj
 map k gk
@@ -82,6 +82,3 @@ let g:syntastic_always_populate_loc_list = 1
 let g:syntastic_auto_loc_list = 1
 let g:syntastic_check_on_open = 0
 let g:syntastic_check_on_wq = 0
-
-" Vimtex options
-let g:vimtex_compiler_enabled = 0