Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
macalinao committed Jan 26, 2024
1 parent 6c635a9 commit f805e1a
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 24 deletions.
4 changes: 1 addition & 3 deletions config/cursor/extensions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ foxundermoon.shell-format
gaborv.flatbuffers
GitHub.copilot
GitHub.copilot-chat
GitHub.copilot-labs
GitHub.github-vscode-theme
github.vscode-github-actions
GitHub.vscode-pull-request-github
Expand All @@ -36,6 +35,7 @@ GraphQL.vscode-graphql
GraphQL.vscode-graphql-syntax
hashicorp.terraform
haskell.haskell
hbenl.test-adapter-converter
hbenl.vscode-mocha-test-adapter
hbenl.vscode-test-explorer
jhnj.vscode-go-inline-sql
Expand All @@ -53,8 +53,6 @@ mkhl.direnv
movingco.move-analyzer-plus
ms-azuretools.vscode-docker
MS-CEINTL.vscode-language-pack-ja
ms-python.autopep8
ms-python.black-formatter
ms-python.isort
ms-python.python
ms-python.vscode-pylance
Expand Down
9 changes: 5 additions & 4 deletions config/cursor/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"editor.defaultFormatter": "charliermarsh.ruff",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.organizeImports": true
"source.fixAll": "explicit",
"source.organizeImports": "explicit"
}
},
"[rust]": {
Expand All @@ -35,7 +35,7 @@
"editor.defaultFormatter": "bodil.prettier-toml"
},
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
Expand All @@ -48,7 +48,8 @@
"files.associations": {
"*.md": "markdown",
"*.toml": "toml",
"flake.lock": "json"
"flake.lock": "json",
".parcelrc": "json"
},
"keyboard.dispatch": "keyCode",
"vim.useSystemClipboard": true,
Expand Down
2 changes: 1 addition & 1 deletion config/vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"editor.defaultFormatter": "bodil.prettier-toml"
},
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
Expand Down
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nix/darwin/homebrew.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ let
# "jgrennison-openttd"
"league-of-legends"
"minecraft"
"steam"
# "steam"
];
mode = config.igm.mode;
isM1 = config.igm.isM1;
Expand Down
18 changes: 9 additions & 9 deletions nix/flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f805e1a

Please sign in to comment.