From 459fecd970f569d7b8da63cc7c64404898ad9306 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Date: Sat, 30 Nov 2013 17:30:45 +0100 Subject: Updated the vimrc file --- vimrc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/vimrc b/vimrc index dcdbcf4..e506050 100644 --- a/vimrc +++ b/vimrc @@ -23,11 +23,13 @@ set expandtab set backspace=indent,eol,start " Filetypes +filetype off +filetype indent plugin off +set runtimepath+=$GOROOT/misc/vim filetype on -filetype indent on -filetype plugin on - +filetype indent plugin on autocmd FileType ruby set shiftwidth=2 autocmd FileType c set shiftwidth=4 tabstop=4 autocmd FileType yacc set shiftwidth=4 tabstop=4 +autocmd FileType go set shiftwidth=4 tabstop=4 -- cgit v1.2.3