diff --git a/symlinks/config/nvim/after/ftplugin/gdscript.vim b/symlinks/config/nvim/after/ftplugin/gdscript.vim new file mode 100644 index 0000000..f068acf --- /dev/null +++ b/symlinks/config/nvim/after/ftplugin/gdscript.vim @@ -0,0 +1,7 @@ +setlocal foldmethod=expr +setlocal tabstop=4 +nnoremap :GodotRunLast +nnoremap :GodotRun +nnoremap :GodotRunCurrent +nnoremap :GodotRunFZF +let b:undo_ftplugin .= '|setlocal foldmethod< tabstop<'