Skip to content

Commit eb1e1f0

Browse files
CHG: added info in case people have questions
1 parent 376279f commit eb1e1f0

File tree

1 file changed

+10
-1
lines changed
  • externalpackages/vim/addons

1 file changed

+10
-1
lines changed

externalpackages/vim/addons/vimrc

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
" =================
2+
" ISSM vim settings
3+
" =================
4+
" Many files in ISSM rely on vim's folds. The option below
5+
" make ISSM development easier by highlighting ISSM classes
6+
" and Enums.
7+
" For dark background select colorscheme issm_black
8+
" For light background select colorscheme issm_white
9+
" Report problems to:
10+
" Mathieu Morlighem [email protected]
111

212
" General setup{{{
313
" ----------------------------------------------------------------------
@@ -79,7 +89,6 @@ set su=.h,.bak,~,.o,.info,.swp,.obj
7989
" Colors and theme {{{
8090
" ----------------------------------------------------------------------
8191
" use 256 colors
82-
"set t_Co=8
8392
set t_Co=256
8493
" backgrounb color
8594
"set background=light

0 commit comments

Comments
 (0)