diff --git a/.gitignore b/.gitignore index 564696f..4fffe78 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ ** !.config/ +!.local/ # Include configs !.nanorc @@ -8,6 +9,10 @@ !.config/git/ !.config/git/** !.bash_aliases +!.local/share/ +!.local/share/code-server/ +!.local/share/code-server/User/ +!.local/share/code-server/User/settings.json # Include this file !.gitignore diff --git a/.local/share/code-server/User/settings.json b/.local/share/code-server/User/settings.json new file mode 100644 index 0000000..364a19a --- /dev/null +++ b/.local/share/code-server/User/settings.json @@ -0,0 +1,11 @@ +{ + "workbench.colorTheme": "Default Dark Modern", + "keyboard.layout": "0000041D", + "editor.bracketPairColorization.enabled": false, + "git.openRepositoryInParentFolders": "never", + "editor.stickyScroll.enabled": false, + "html.format.indentHandlebars": true, + "editor.insertSpaces": false, + "workbench.editor.closeEmptyGroups": false, + "editor.hover.hidingDelay": 0 +} \ No newline at end of file