X-Git-Url: https://git.r.bdr.sh/rbdr/dotfiles/blobdiff_plain/321ecaca67426410316db7db05e6e33809fe1e63..5adc7ec862f0f1b16d8584267f8980e020fca590:/vimrc diff --git a/vimrc b/vimrc index abc0277..5ce3d57 100755 --- a/vimrc +++ b/vimrc @@ -80,6 +80,7 @@ set backspace=indent,eol,start " load the plugin and indent settings for the detected filetype filetype plugin indent on +filetype plugin on " Opens an edit command with the path of the currently edited file filled in " Normal mode: e @@ -123,8 +124,8 @@ set t_Co=256 color railscasts " Directories for swp files -set backupdir=~/.vim/backup -set directory=~/.vim/backup +set backupdir=~/.vim/.backup +set directory=~/.vim/.backup " Turn off jslint errors by default let g:JSLintHighlightErrorLine = 0