move cs error format to start

This commit is contained in:
Ivar Fatland
2026-04-22 12:18:14 +02:00
parent 433e309c20
commit 11e6acfc0d
+4 -4
View File
@@ -76,16 +76,16 @@ vim.cmd [=[
" remove annoying and bad indentation " remove annoying and bad indentation
autocmd FileType * setlocal indentexpr= autocmd FileType * setlocal indentexpr=
set errorformat=
set errorformat+=%f(%l\\,%c):\ %t%*[^:]:\ %m
set errorformat+=%f:%l:%c:\ %t%*[^:]:\ %m
set wildignore=*.o,*.obj,.git/**,tags,*.pyc set wildignore=*.o,*.obj,.git/**,tags,*.pyc
set errorformat^=[----]\ %f:%l:\ %m set errorformat^=[----]\ %f:%l:\ %m
set errorformat^=%f\(%l:%c\)\ %m set errorformat^=%f\(%l:%c\)\ %m
set errorformat^=%C%*\\s——▶%*\\s%f:%l:%c set errorformat^=%C%*\\s——▶%*\\s%f:%l:%c
set errorformat^=%E%t%*[^:]:\ %m set errorformat^=%E%t%*[^:]:\ %m
set errorformat=
set errorformat+=%f(%l\\,%c):\ %t%*[^:]:\ %m
set errorformat+=%f:%l:%c:\ %t%*[^:]:\ %m
]=] ]=]
vim.keymap.set('n', ',cf', function() vim.keymap.set('n', ',cf', function()