don't use go doc as keywordprg. just have other terminal for that
This commit is contained in:
+2
-1
@@ -4,7 +4,8 @@ autocmd BufWinEnter *.* silent! loadview
|
|||||||
autocmd BufWinLeave *.* silent! mkview
|
autocmd BufWinLeave *.* silent! mkview
|
||||||
autocmd FileType * setlocal indentexpr=
|
autocmd FileType * setlocal indentexpr=
|
||||||
autocmd FileType csharp setlocal makeprg=dotnet
|
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 make setlocal noexpandtab
|
||||||
autocmd FileType python setlocal makeprg=basedpyright
|
autocmd FileType python setlocal makeprg=basedpyright
|
||||||
autocmd FileType yaml setlocal tabstop=2
|
autocmd FileType yaml setlocal tabstop=2
|
||||||
|
|||||||
Reference in New Issue
Block a user