gdscript support added

This commit is contained in:
2025-03-09 21:00:41 +03:00
parent 972a43b01f
commit e1ce4b2fa8
3 changed files with 21 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
" to use folding provided by plugin
setlocal foldmethod=expr
setlocal shiftwidth=4
setlocal tabstop=4
nnoremap <buffer> <F4> :GodotRunLast<CR>
nnoremap <buffer> <F5> :GodotRun<CR>
nnoremap <buffer> <F6> :GodotRunCurrent<CR>
nnoremap <buffer> <F7> :GodotRunFZF<CR>