add obvious errorrformat requirements to nvim as well
This commit is contained in:
@@ -79,6 +79,10 @@ vim.cmd [[
|
||||
set wildignore=*.o,*.obj,.git/**,tags,*.pyc
|
||||
set errorformat^=[----]\ %f:%l:\ %m
|
||||
set errorformat^=%f\(%l:%c\)\ %m
|
||||
|
||||
set errorformat^=%C%*\\s——▶%*\\s%f:%l:%c
|
||||
set errorformat^=%E%t%*[^:]:\ %m
|
||||
|
||||
]]
|
||||
|
||||
vim.keymap.set('n', ',cf', function()
|
||||
|
||||
Reference in New Issue
Block a user