Add tab width for gdscript
parent
3216193c04
commit
85a2938129
|
@ -1,7 +1,8 @@
|
||||||
setlocal foldmethod=expr
|
setlocal foldmethod=expr
|
||||||
setlocal tabstop=4
|
setlocal tabstop=4
|
||||||
|
setlocal shiftwidth=4
|
||||||
nnoremap <buffer> <F4> :GodotRunLast<CR>
|
nnoremap <buffer> <F4> :GodotRunLast<CR>
|
||||||
nnoremap <buffer> <F5> :GodotRun<CR>
|
nnoremap <buffer> <F5> :GodotRun<CR>
|
||||||
nnoremap <buffer> <F6> :GodotRunCurrent<CR>
|
nnoremap <buffer> <F6> :GodotRunCurrent<CR>
|
||||||
nnoremap <buffer> <F7> :GodotRunFZF<CR>
|
nnoremap <buffer> <F7> :GodotRunFZF<CR>
|
||||||
let b:undo_ftplugin .= '|setlocal foldmethod< tabstop<'
|
let b:undo_ftplugin .= '|setlocal foldmethod< tabstop< shiftwidth<'
|
||||||
|
|
Loading…
Reference in New Issue