Add godotscript style settings to vim
parent
efcc90dc72
commit
e7a06b748d
|
@ -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<'
|
Loading…
Reference in New Issue