mirror of
https://github.com/danbee/dotfiles-local
synced 2025-03-04 08:49:07 +00:00
Compare commits
5 Commits
d80a9a7391
...
dd1fb9d208
| Author | SHA1 | Date | |
|---|---|---|---|
| dd1fb9d208 | |||
| 6694da43c9 | |||
| 230f04a1d8 | |||
| c010b125db | |||
| 349e631d18 |
BIN
Mackup/Library/Preferences/com.apple.Music.eq.plist
Normal file
BIN
Mackup/Library/Preferences/com.apple.Music.eq.plist
Normal file
Binary file not shown.
BIN
Mackup/Library/Preferences/com.apple.Music.plist
Normal file
BIN
Mackup/Library/Preferences/com.apple.Music.plist
Normal file
Binary file not shown.
BIN
Mackup/Library/Preferences/com.apple.Terminal.plist
Normal file
BIN
Mackup/Library/Preferences/com.apple.Terminal.plist
Normal file
Binary file not shown.
BIN
Mackup/Library/Preferences/com.apple.dt.Xcode.plist
Normal file
BIN
Mackup/Library/Preferences/com.apple.dt.Xcode.plist
Normal file
Binary file not shown.
BIN
Mackup/Library/Preferences/com.apple.symbolichotkeys.plist
Normal file
BIN
Mackup/Library/Preferences/com.apple.symbolichotkeys.plist
Normal file
Binary file not shown.
BIN
Mackup/Library/Preferences/com.bjango.istatmenus.status.plist
Normal file
BIN
Mackup/Library/Preferences/com.bjango.istatmenus.status.plist
Normal file
Binary file not shown.
BIN
Mackup/Library/Preferences/jp.tmkk.XLD.plist
Normal file
BIN
Mackup/Library/Preferences/jp.tmkk.XLD.plist
Normal file
Binary file not shown.
@ -1,5 +1,7 @@
|
||||
let g:ale_echo_msg_format = '[%linter%] %s [%severity%]'
|
||||
|
||||
let g:ale_fix_on_save = 1
|
||||
|
||||
let g:ale_fixers = {
|
||||
\ 'elixir': [
|
||||
\ 'mix_format'
|
||||
@ -17,5 +19,15 @@ let g:ale_fixers = {
|
||||
\ 'remove_trailing_lines',
|
||||
\ 'trim_whitespace',
|
||||
\ 'rubocop'
|
||||
\ ],
|
||||
\ 'typescript': [
|
||||
\ 'remove_trailing_lines',
|
||||
\ 'trim_whitespace',
|
||||
\ 'prettier'
|
||||
\ ],
|
||||
\ 'typescriptreact': [
|
||||
\ 'remove_trailing_lines',
|
||||
\ 'trim_whitespace',
|
||||
\ 'prettier'
|
||||
\ ]
|
||||
\}
|
||||
|
||||
@ -1 +1,2 @@
|
||||
map \ :NERDTreeToggle<CR>
|
||||
map <C-\> :NERDTreeFind<CR>
|
||||
|
||||
@ -44,6 +44,8 @@ Plug 'styled-components/vim-styled-components', { 'branch': 'main' }
|
||||
Plug 'junegunn/goyo.vim'
|
||||
Plug 'reedes/vim-pencil'
|
||||
|
||||
Plug 'freitass/todo.txt-vim'
|
||||
|
||||
Plug 'joker1007/vim-ruby-heredoc-syntax', { 'for': 'ruby' }
|
||||
|
||||
" Todo
|
||||
|
||||
Loading…
Reference in New Issue
Block a user