update nvim

This commit is contained in:
Mark Riedesel 2022-09-30 09:48:57 -04:00
parent 707f80a76b
commit e4cea3e085
4 changed files with 22 additions and 13 deletions

View file

@ -1,6 +1,5 @@
" to use folding provided by plugin
# setlocal foldmethod=expr
setlocal tabstop=4
setlocal tabstop=2
nnoremap <buffer> <F4> :GodotRunLast<CR>
nnoremap <buffer> <F5> :GodotRun<CR>
nnoremap <buffer> <F6> :GodotRunCurrent<CR>