write all files when using make and such
also add errorformat for c# tests
This commit is contained in:
@@ -9,6 +9,7 @@ vim.g.python3_host_prog = get_python_venv_path()
|
|||||||
-- GENERAL SETTINGS {{{1
|
-- GENERAL SETTINGS {{{1
|
||||||
|
|
||||||
vim.cmd [[
|
vim.cmd [[
|
||||||
|
set autowriteall
|
||||||
set exrc
|
set exrc
|
||||||
set secure
|
set secure
|
||||||
set clipboard=unnamedplus
|
set clipboard=unnamedplus
|
||||||
@@ -175,8 +176,9 @@ local file_specific = {
|
|||||||
end
|
end
|
||||||
end,
|
end,
|
||||||
cs = function()
|
cs = function()
|
||||||
vim.bo.makeprg = "dotnet build"
|
vim.bo.makeprg = "dotnet"
|
||||||
vim.bo.errorformat = "%f(%l\\,%c):\\ %t%*[^:]:\\ %m"
|
vim.bo.errorformat = "%f(%l\\,%c):\\ %t%*[^:]:\\ %m"
|
||||||
|
vim.bo.errorformat = vim.bo.errorformat .. ",%\\s%#at\\ %m\\ in\\ %f:line\\ %l"
|
||||||
end,
|
end,
|
||||||
python = function()
|
python = function()
|
||||||
vim.bo.makeprg = 'basedpyright && python3.13 %'
|
vim.bo.makeprg = 'basedpyright && python3.13 %'
|
||||||
|
|||||||
Reference in New Issue
Block a user