1
0

Compare commits

2 Commits

2 changed files with 1 additions and 6 deletions

View File

@@ -9,11 +9,6 @@
"command": "/sbin/texlab",
"filetypes": [ "tex","bib","plaintex","context" ]
},
"bash": {
"command": "bash-language-server",
"args": ["start"],
"filetypes": ["sh","bash"]
},
"golang": {
"command": "gopls",
"rootPatterns": ["go.mod"],

View File

@@ -30,7 +30,7 @@ filetype plugin on
" indentation
set tabstop=4 " tabs only count for 4 spaces
set shiftwidth=4 " when indenting use 4 spaces
set expandtab " use tab characters
set noexpandtab " use tab characters
set autoindent
" view