Merge branch 'main' of github.com:esensar/dotfiles
commit
15bdf379a5
|
@ -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<'
|
||||
|
|
Loading…
Reference in New Issue