Skip to content

Commit

Permalink
zsh: Disable the unused plugin (#3606)
Browse files Browse the repository at this point in the history
  • Loading branch information
yutkat authored Nov 6, 2024
1 parent 8a29239 commit 87fbdf4
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 60 deletions.
5 changes: 2 additions & 3 deletions .config/Code/User/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@
"editor.fontFamily": "'Cica', 'Myrica M', 'Source Code Pro', Consolas, 'Courier New', monospace",
"editor.emptySelectionClipboard": false,
"team.showWelcomeMessage": false,
"workbench.colorTheme": "One Dark Pro",
"tabnine.experimentalAutoImports": true,
"window.titleBarStyle": "custom",
"window.menuBarVisibility": "toggle",
"workbench.activityBar.visible": false,
"vscode-neovim.neovimExecutablePaths.linux": "/usr/bin/nvim",
"editor.minimap.enabled": false,
"editor.inlineSuggest.enabled": true
"editor.inlineSuggest.enabled": true,
"workbench.activityBar.location": "hidden"
}
6 changes: 3 additions & 3 deletions .config/gtk-2.0/gtkfilechooser.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ LocationMode=path-bar
ShowHidden=false
ShowSizeColumn=true
GeometryX=2696
GeometryY=328
GeometryWidth=1008
GeometryHeight=762
GeometryY=339
GeometryWidth=373
GeometryHeight=502
SortColumn=modified
SortOrder=descending
StartupMode=recent
Loading

0 comments on commit 87fbdf4

Please sign in to comment.