Change syntax conviention fisrt part
This commit is contained in:
parent
daa989d24a
commit
433fcafca9
9 changed files with 109 additions and 108 deletions
|
|
@ -1,13 +1,14 @@
|
|||
return { 'ej-shafran/compile-mode.nvim',
|
||||
version = '^5.13.0',
|
||||
return {
|
||||
"ej-shafran/compile-mode.nvim",
|
||||
version = "^5.13.0",
|
||||
dependencies = {
|
||||
'nvim-lua/plenary.nvim', lazy = true,
|
||||
'm00qek/baleia.nvim'
|
||||
"nvim-lua/plenary.nvim", lazy = true,
|
||||
"m00qek/baleia.nvim"
|
||||
},
|
||||
config = function()
|
||||
---@type CompileModeOpts
|
||||
vim.g.compile_mode = {
|
||||
default_command = 'cmake --build build',
|
||||
default_command = "cmake --build build",
|
||||
input_word_completion = true,
|
||||
baleia_setup = true,
|
||||
bang_expansion = true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue