Skip to content

Commit

Permalink
Add keycastr;Disable saving buffers
Browse files Browse the repository at this point in the history
  • Loading branch information
llago-atlassian committed Dec 8, 2022
1 parent e787b38 commit d0c5488
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 12 deletions.
1 change: 1 addition & 0 deletions Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ cask "stats"
cask "docker"
cask "rectangle"
cask "spotify"
cask "keycastr"
14 changes: 4 additions & 10 deletions coc-settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,8 @@
}
},
"tsserver.npm": "/usr/local/bin/npm",
"tsserver.log": "normal",
"coc.preferences.formatOnSaveFiletypes": [
"javascript",
"typescript",
"css",
"markdown",
"reacttypescript",
"typescriptreact",
"jsx"
]
"tsserver.log": "verbose",
"tsserver.maxTsServerMemory": 16384,
"tsserver.trace.server": "verbose",
"coc.preferences.formatOnSave": true
}
2 changes: 2 additions & 0 deletions gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
[init]
defaultBranch = main
3 changes: 1 addition & 2 deletions init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ set cmdheight=2
set termguicolors
" Don't pass messages to |ins-completion-menu|.
set shortmess+=c
set relativenumber
set number
set textwidth=0
set wrapmargin=0
Expand Down Expand Up @@ -94,7 +93,7 @@ noremap <Down> <NOP>
noremap <Left> <NOP>
noremap <Right> <NOP>
" Save files automatically when the focus is lost.
autocmd BufLeave,FocusLost * silent! wall
" autocmd BufLeave,FocusLost * silent! wall

" Performance improvements for mac (
if has("mac")
Expand Down

0 comments on commit d0c5488

Please sign in to comment.