update files

This commit is contained in:
ksyasuda 2024-08-09 02:19:48 -07:00
parent ae1b0a5bd2
commit 1fd0c08477
No known key found for this signature in database
2 changed files with 5 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,6 +1,7 @@
# See http://help.github.com/ignore-files/ for more about ignoring files.
sync.sh
rebuild.sh
# compiled output
/out-tsc

View File

@ -1,4 +1,7 @@
{
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true
"editor.formatOnSave": true,
"vim.highlightedyank.enable": true,
"vim.hlsearch": true,
"vim.leader": "<space>",
}