1
0
mirror of https://github.com/danbee/dotfiles-local synced 2025-03-04 08:49:07 +00:00

Compare commits

...

5 Commits

Author SHA1 Message Date
dd1fb9d208 iStatMenus config update 2021-04-02 11:08:52 -04:00
6694da43c9 Add some preference files for Mackup 2021-04-02 11:08:52 -04:00
230f04a1d8 Shortcut for NERDTreeFind 2021-04-02 11:08:52 -04:00
c010b125db Add typescript and auto fix on save 2021-04-02 11:08:52 -04:00
349e631d18 Add TODO text 2021-04-02 11:06:55 -04:00
10 changed files with 15 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -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'
\ ]
\}

View File

@ -1 +1,2 @@
map \ :NERDTreeToggle<CR>
map <C-\> :NERDTreeFind<CR>

View File

@ -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