Add godotscript style settings to vim

pull/1/head
Ensar Sarajčić 2021-06-04 12:15:25 +02:00
parent efcc90dc72
commit e7a06b748d
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
setlocal foldmethod=expr
setlocal tabstop=4
nnoremap <buffer> <F4> :GodotRunLast<CR>
nnoremap <buffer> <F5> :GodotRun<CR>
nnoremap <buffer> <F6> :GodotRunCurrent<CR>
nnoremap <buffer> <F7> :GodotRunFZF<CR>
let b:undo_ftplugin .= '|setlocal foldmethod< tabstop<'