woohooo
This commit is contained in:
commit
085347ddac
49 changed files with 1931 additions and 0 deletions
8
lua/plugins/godot.lua
Normal file
8
lua/plugins/godot.lua
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
return {
|
||||
'lommix/godot.nvim',
|
||||
lazy = true,
|
||||
cmd = { 'GodotDebug', 'GodotBreakAtCursor', 'GodotStep', 'GodotQuit', 'GodotContinue' },
|
||||
config = function()
|
||||
require 'custom.godot_config'
|
||||
end,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue