vim folding method set to indent
This commit is contained in:
parent
962e7238b7
commit
fbbe642326
|
@ -17,7 +17,7 @@ set cc=100 " set an 100 column border for good coding style
|
|||
set mouse=a " enable mouse click
|
||||
set cursorline " highlight current cursorline
|
||||
set ttyfast " Speed up scrolling in Vim
|
||||
set fdm=syntax " foldingmethod syntax
|
||||
set fdm=indent " foldingmethod syntax
|
||||
set foldlevel=10 " only fold when a certain complexity is reached by default. This applies only at startup.
|
||||
"set spell " enable spell check (may need to download language package)
|
||||
set timeout timeoutlen=400
|
||||
|
|
|
@ -17,7 +17,7 @@ set cc=100 " set an 100 column border for good coding style
|
|||
set mouse=a " enable mouse click
|
||||
set cursorline " highlight current cursorline
|
||||
set ttyfast " Speed up scrolling in Vim
|
||||
set fdm=syntax " foldingmethod syntax
|
||||
set fdm=indent " foldingmethod syntax
|
||||
set foldlevel=10 " only fold when a certain complexity is reached by default. This applies only at startup.
|
||||
"set spell " enable spell check (may need to download language package)
|
||||
set timeout timeoutlen=400
|
||||
|
|
|
@ -17,7 +17,7 @@ set cc=100 " set an 100 column border for good coding style
|
|||
set mouse=a " enable mouse click
|
||||
set cursorline " highlight current cursorline
|
||||
set ttyfast " Speed up scrolling in Vim
|
||||
set fdm=syntax " foldingmethod syntax
|
||||
set fdm=indent " foldingmethod syntax
|
||||
set foldlevel=10 " only fold when a certain complexity is reached by default. This applies only at startup.
|
||||
"set spell " enable spell check (may need to download language package)
|
||||
set timeout timeoutlen=400
|
||||
|
|
Loading…
Reference in New Issue