Skip to content

Commit

Permalink
Add vim-glsl
Browse files Browse the repository at this point in the history
  • Loading branch information
statico committed Dec 15, 2023
1 parent 8ebd97d commit ecf6f26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .vim/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 3 additions & 2 deletions .vscode-mac.settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -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
}

0 comments on commit ecf6f26

Please sign in to comment.