Add tab width for gdscript

pull/2/head
Ensar Sarajčić 2021-07-05 20:02:05 +02:00
parent 3216193c04
commit 85a2938129
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
setlocal foldmethod=expr
setlocal tabstop=4
setlocal shiftwidth=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<'
let b:undo_ftplugin .= '|setlocal foldmethod< tabstop< shiftwidth<'