Update .vimrc
This commit is contained in:
2
.vimrc
2
.vimrc
@@ -3,6 +3,7 @@ syntax on
|
|||||||
set number
|
set number
|
||||||
|
|
||||||
set tabstop=2 softtabstop=2
|
set tabstop=2 softtabstop=2
|
||||||
|
set shiftwidth=2
|
||||||
set noswapfile
|
set noswapfile
|
||||||
set smartindent
|
set smartindent
|
||||||
set expandtab
|
set expandtab
|
||||||
@@ -14,6 +15,7 @@ set colorcolumn=80
|
|||||||
call plug#begin('~/.vim/plugged')
|
call plug#begin('~/.vim/plugged')
|
||||||
|
|
||||||
Plug 'morhetz/gruvbox'
|
Plug 'morhetz/gruvbox'
|
||||||
|
Plug 'fatih/vim-go', { 'do': ':GoUpdateBinaries' }
|
||||||
|
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user