update dotfiles v2

This commit is contained in:
Paul Walko
2020-10-23 13:41:20 -04:00
parent 40971a4878
commit cde5427d44
2 changed files with 4 additions and 3 deletions

6
vimrc
View File

@@ -47,7 +47,7 @@ nnoremap <leader>l :CodeQuery Call<CR>
nnoremap <leader>r :CodeQuery Caller<CR>
nnoremap <leader>e :CodeQuery Callee<CR>
"" Set tabs to 2 spaces
"" Set default tabs to 2 spaces
set tabstop=2
set shiftwidth=2
set expandtab
@@ -72,9 +72,9 @@ colorscheme gotham256
"" Language/filetype settings
syntax enable
filetype plugin on
autocmd FileType yaml setlocal tabstop=2 shiftwidth=2 expandtab
autocmd FileType go setlocal tabstop=2 shiftwidth=2
autocmd FileType py setlocal tabstop=4 shiftwidth=4 expandtab
autocmd FileType yaml setlocal tabstop=2 shiftwidth=2 expandtab
"" Ctags
set path+=;/