Last active
May 26, 2024 02:09
-
-
Save idoleat/5eceac332a37f98212e36b97d4d4f549 to your computer and use it in GitHub Desktop.
Pulsar config file. Located in ~/.pulsar/ , which is a little bit not so cool, but still, pulsar revives atom. <3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"*": | |
core: | |
autoHideMenuBar: true | |
disabledPackages: [ | |
"wrap-guide" | |
] | |
editor: | |
showIndentGuide: true | |
showInvisibles: true | |
softWrap: true | |
tabLength: 4 | |
"exception-reporting": | |
userId: "" # replace this with your generated id | |
"highlight-selected": | |
showResultsOnScrollBar: true | |
statusBarString: "Fucking idiots: %c" | |
"markdown-preview": | |
useOriginalParser: false | |
minimap: | |
plugins: | |
"highlight-selected": true | |
"highlight-selectedDecorationsZIndex": 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment