Added golang
This commit is contained in:
@ -7,7 +7,8 @@
|
||||
"python",
|
||||
"css",
|
||||
"markdown",
|
||||
"ruby"
|
||||
"ruby",
|
||||
"go"
|
||||
],
|
||||
"diagnostic.virtualText": true,
|
||||
"diagnostic.virtualTextCurrentLineOnly": false,
|
||||
|
@ -8,6 +8,8 @@ endif
|
||||
let mapleader = "\<Space>"
|
||||
let g:python3_host_prog = expand('/usr/src/python')
|
||||
set laststatus=2
|
||||
set autoindent
|
||||
set noexpandtab
|
||||
set shiftwidth=4
|
||||
set softtabstop=4
|
||||
set tabstop=4
|
||||
@ -138,7 +140,6 @@ set title
|
||||
" indent
|
||||
set backspace=indent,eol,start
|
||||
set shiftwidth=4
|
||||
set expandtab
|
||||
set list listchars=nbsp:¬,tab:»·,trail:·,extends:>
|
||||
|
||||
" editing
|
||||
|
Reference in New Issue
Block a user