lua format
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
local opt = vim.opt -- to set options
|
||||
local opt = vim.opt -- to set options
|
||||
local utils = require('utils')
|
||||
-- require('telescope').load_extension('cmake')
|
||||
require('cmake').setup({
|
||||
@@ -8,7 +8,6 @@ require('cmake').setup({
|
||||
utils.map('n', '<F5>', ':CMake build<CR>:copen<CR>')
|
||||
|
||||
-- msbuild errorformat
|
||||
opt.errorformat:append("\\ %#%f(%l\\\\\\,%c):\\ %m")
|
||||
opt.errorformat:append('\\ %#%f(%l\\\\\\,%c):\\ %m')
|
||||
-- cl.exe errorformat
|
||||
-- o.errorformat:append('\ %#%f(%l) : %#%t%[A-z]%# %m')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user