Change syntax conviention fisrt part

This commit is contained in:
CRy386i 2026-05-02 17:24:43 +02:00
parent daa989d24a
commit 433fcafca9
9 changed files with 109 additions and 108 deletions

View file

@ -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,