diff --git a/symlinks/config/nvim/after/ftplugin/gdscript.vim b/symlinks/config/nvim/after/ftplugin/gdscript.vim index f068acf..a2fcbec 100644 --- a/symlinks/config/nvim/after/ftplugin/gdscript.vim +++ b/symlinks/config/nvim/after/ftplugin/gdscript.vim @@ -1,7 +1,8 @@ setlocal foldmethod=expr setlocal tabstop=4 +setlocal shiftwidth=4 nnoremap :GodotRunLast nnoremap :GodotRun nnoremap :GodotRunCurrent nnoremap :GodotRunFZF -let b:undo_ftplugin .= '|setlocal foldmethod< tabstop<' +let b:undo_ftplugin .= '|setlocal foldmethod< tabstop< shiftwidth<'