don't use go doc as keywordprg. just have other terminal for that

This commit is contained in:
2025-11-02 17:22:28 +01:00
parent 1dac00f5bd
commit 9bf3d0c544
+2 -1
View File
@@ -4,7 +4,8 @@ autocmd BufWinEnter *.* silent! loadview
autocmd BufWinLeave *.* silent! mkview
autocmd FileType * setlocal indentexpr=
autocmd FileType csharp setlocal makeprg=dotnet
autocmd FileType go setlocal makeprg=go noexpandtab keywordprg=go\ doc
autocmd FileType go setlocal makeprg=go noexpandtab
nnoremap ,rc :source $MYVIMRC<CR>
autocmd FileType make setlocal noexpandtab
autocmd FileType python setlocal makeprg=basedpyright
autocmd FileType yaml setlocal tabstop=2