nvim_dotfiles/lua/plugins/godot.lua

9 lines
211 B
Lua
Raw Normal View History

2026-04-08 06:38:52 -04:00
return {
'lommix/godot.nvim',
lazy = true,
cmd = { 'GodotDebug', 'GodotBreakAtCursor', 'GodotStep', 'GodotQuit', 'GodotContinue' },
config = function()
require 'custom.godot_config'
end,
}