9 lines
264 B
VimL
9 lines
264 B
VimL
" 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>
|