diff --git a/Dotfiles/General/vimrc b/Dotfiles/General/vimrc index 49499721..b74e2324 100644 --- a/Dotfiles/General/vimrc +++ b/Dotfiles/General/vimrc @@ -30,11 +30,9 @@ set hls "Press space to turn off highlighting after a search :nnoremap :nohlsearch:echo -"Auto indentation (cursor goes at the same level as the beginning of the previous line) +"Automatic indentation set autoindent - -"Smart indentation (automatic tab when writing code) -set smartindent +filetype plugin indent on "Enable mouse support set mouse=a