diff options
Diffstat (limited to 'dot_vimrc')
-rw-r--r-- | dot_vimrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -29,6 +29,8 @@ nnoremap <silent> <Leader>ml :call AppendModeline()<CR> " =================== OPTIONS +colorscheme slate + filetype plugin indent on set autoindent set ts=4 sw=4 |