mirror of
https://github.com/danbee/dotfiles-local
synced 2025-03-04 08:49:07 +00:00
Compare commits
No commits in common. "dd1fb9d2083cf80cc0d56d45303d13f6642ca7f6" and "d80a9a7391c2cee43fc25d809d86797c70e960b9" have entirely different histories.
dd1fb9d208
...
d80a9a7391
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,7 +1,5 @@
|
||||
let g:ale_echo_msg_format = '[%linter%] %s [%severity%]'
|
||||
|
||||
let g:ale_fix_on_save = 1
|
||||
|
||||
let g:ale_fixers = {
|
||||
\ 'elixir': [
|
||||
\ 'mix_format'
|
||||
@ -19,15 +17,5 @@ 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,2 +1 @@
|
||||
map \ :NERDTreeToggle<CR>
|
||||
map <C-\> :NERDTreeFind<CR>
|
||||
|
||||
@ -44,8 +44,6 @@ 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