add errorformat that matches basedpyright

This commit is contained in:
Ivar Fatland
2025-11-03 13:05:39 +01:00
parent b609bb51bc
commit d42193e098
+3 -1
View File
@@ -25,6 +25,7 @@ nnoremap ,co :copen<CR>
nnoremap ,cq :call setqflist([])<CR>:cclose<CR> nnoremap ,cq :call setqflist([])<CR>:cclose<CR>
nnoremap ,cr :cnewer<CR> nnoremap ,cr :cnewer<CR>
nnoremap ,cu :colder<CR> nnoremap ,cu :colder<CR>
nnoremap ,h H nnoremap ,h H
nnoremap ,l L nnoremap ,l L
nnoremap ,t <c-w>v<c-w>l:terminal<CR>a nnoremap ,t <c-w>v<c-w>l:terminal<CR>a
@@ -48,8 +49,9 @@ nnoremap ,x <C-x>
set autoindent set autoindent
set cursorline set cursorline
set errorformat^=%f:%l:%c\ -\ %t%*[^:]:\ %m
set errorformat^=[----]\ %f:%l:\ %m set errorformat^=[----]\ %f:%l:\ %m
set errorformat^=%f:%l\ %m set errorformat+=%f:%l\ %m
set expandtab set expandtab
set exrc set exrc
set guicursor=n-v-c:block-Cursor set guicursor=n-v-c:block-Cursor