Skip to content

Commit d1a545e

Browse files
committed
nightly
1 parent 8a4d937 commit d1a545e

File tree

9 files changed

+6
-25
lines changed

9 files changed

+6
-25
lines changed
-27 MB
Binary file not shown.

.config/coc/extensions/db.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

.config/coc/extensions/package.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

.config/coc/list-outline-history.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

.config/coc/memos.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.config/nvim/plugins/neoformat/neoformat.vim

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@ let g:neoformat_only_msg_on_error = 1
1717
augroup fmt
1818
autocmd!
1919
" autocmd BufWritePre *\.\(js\|jsx\|ts\|tsx\|json\|prettierrc\|vim\|yml\) undojoin | Neoformat
20-
autocmd BufWritePre * undojoin | Neoformat
20+
" autocmd BufWritePre * undojoin | Neoformat " this line errors
21+
autocmd BufWritePre * try | undojoin | Neoformat | catch /^Vim\%((\a\+)\)\=:E790/ | finally | silent Neoformat | endtry
2122
augroup END
2223

23-
24-
2524
" source ~/.config/nvim/plugins/neoformat/json.vim

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
**/node_modules
1+
**/node_modules/
2+
.config/coc/

.tmux.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ bind c new-window -c "#{pane_current_path}"
6464

6565
# if prefix is 'C-a'
6666
unbind C-b
67-
#bind C-a send-prefix
67+
bind C-a send-prefix
6868
# below command interferes with the ability to <C-a> in the shell
6969
# bind a last-window
7070

scripts/bash/cron/tasks/git_commit_all_dotfiles

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ $dot add $HOME/scripts
2020
$dot add $HOME/.config/nvim
2121

2222
###### coc (nvim code completion)
23-
$dot add $HOME/.config/coc
23+
# $dot add $HOME/.config/coc
2424

2525
###### iterm2
2626
$dot add $HOME/.config/iterm2/palettes

0 commit comments

Comments
 (0)