Merge branch 'main' of github.com:esensar/dotfiles

pull/2/head
Ensar Sarajčić 2021-07-23 13:57:48 +02:00
commit 15bdf379a5
1 changed files with 2 additions and 1 deletions

View File

@ -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<'