Add lmod and gpaw module

vimrc: Colorcolumn in python
This commit is contained in:
2020-02-14 16:38:40 +01:00
parent 5aee564810
commit f41b947fc5
4 changed files with 27 additions and 4 deletions

1
.vimrc
View File

@@ -47,6 +47,7 @@ if !exists("vimrc_autocmds_loaded")
au BufRead,BufNewFile * setlocal textwidth=0 | setlocal colorcolumn=
au BufRead,BufNewFile *.md setlocal textwidth=80 | setlocal colorcolumn=80
au BufRead,BufNewFile *.py setlocal colorcolumn=100
if exists(":NERDTree")
" Open NERDTree if no file specified