fix error
This commit is contained in:
+1
-1
@@ -110,7 +110,7 @@ au FileType * setlocal indentexpr=
|
|||||||
au FileType go setlocal makeprg=go noexpandtab
|
au FileType go setlocal makeprg=go noexpandtab
|
||||||
au FileType lua setlocal noexpandtab
|
au FileType lua setlocal noexpandtab
|
||||||
au FileType c setlocal noexpandtab
|
au FileType c setlocal noexpandtab
|
||||||
au GoCtags
|
augroup GoCtags
|
||||||
autocmd!
|
autocmd!
|
||||||
autocmd FileType go nnoremap <buffer> ,ct :!ctags -R $(go env GOROOT) .<CR>
|
autocmd FileType go nnoremap <buffer> ,ct :!ctags -R $(go env GOROOT) .<CR>
|
||||||
augroup END
|
augroup END
|
||||||
|
|||||||
Reference in New Issue
Block a user