convert some keybindings to command center

This commit is contained in:
2022-04-13 23:40:53 +02:00
parent 3dc493ff7e
commit 257d2fffcf
7 changed files with 163 additions and 36 deletions

View File

@@ -5,8 +5,6 @@ require('cmake').setup({
parameters_file = 'neovim.json', -- JSON file to store information about selected target, run arguments and build type.
build_dir = '{cwd}/build_nvim', -- Build directory. The expressions `{cwd}`, `{os}` and `{build_type}` will be expanded with the corresponding text values.
})
utils.map('n', '<F5>', ':CMake build<CR>:copen<CR>')
-- msbuild errorformat
opt.errorformat:append('\\ %#%f(%l\\\\\\,%c):\\ %m')
-- cl.exe errorformat