diff options
Diffstat (limited to 'root/.vimrc')
-rw-r--r-- | root/.vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/root/.vimrc b/root/.vimrc index 2a519bb..9397cac 100644 --- a/root/.vimrc +++ b/root/.vimrc @@ -225,6 +225,7 @@ if has("gui_running") endif let g:python_recommended_style = 0 +let g:markdown_recommended_style = 0 syntax on autocmd FileType python set tabstop=2 |