From ecf6f265bbf3394d81e5c040b5bd830a75a5d123 Mon Sep 17 00:00:00 2001 From: Ian Langworth Date: Fri, 15 Dec 2023 08:44:25 -0800 Subject: [PATCH] Add vim-glsl --- .vim/update.sh | 1 + .vscode-mac.settings.json | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.vim/update.sh b/.vim/update.sh index da0a6fe9..9b40d5ac 100755 --- a/.vim/update.sh +++ b/.vim/update.sh @@ -19,6 +19,7 @@ plugins=( junegunn/limelight.vim qpkorr/vim-bufkill scrooloose/nerdtree + tikhomirov/vim-glsl tpope/vim-commentary tpope/vim-endwise tpope/vim-eunuch diff --git a/.vscode-mac.settings.json b/.vscode-mac.settings.json index 386a332e..6d9d3662 100644 --- a/.vscode-mac.settings.json +++ b/.vscode-mac.settings.json @@ -164,7 +164,7 @@ "git.openRepositoryInParentFolders": "never", "editor.showFoldingControls": "never", "editor.guides.indentation": false, - "editor.lineNumbers": "on", + "editor.lineNumbers": "off", "update.showReleaseNotes": false, "editor.fontSize": 15, "explorer.autoRevealExclude": { @@ -190,5 +190,6 @@ }, "window.density.editorTabHeight": "compact", "workbench.activityBar.location": "hidden", - "godot_tools.editor_path": "/Applications/Godot.app/Contents/MacOS/Godot" + "godot_tools.editor_path": "/Applications/Godot.app/Contents/MacOS/Godot", + "workbench.editor.tabActionCloseVisibility": false }