Cleaned repo
This commit is contained in:
parent
3b8120d1e4
commit
a303c9816f
62 changed files with 3 additions and 3727 deletions
3
dotfiles/.vim/.netrwhist
Normal file
3
dotfiles/.vim/.netrwhist
Normal file
|
@ -0,0 +1,3 @@
|
|||
let g:netrw_dirhistmax =10
|
||||
let g:netrw_dirhistcnt =1
|
||||
let g:netrw_dirhist_1='/home/dbroqua/Projects/dbroqua/home/config/sway'
|
4
dotfiles/.vim/ftplugin/javascript.vim
Normal file
4
dotfiles/.vim/ftplugin/javascript.vim
Normal file
|
@ -0,0 +1,4 @@
|
|||
" Fix files with prettier, and then ESLint.
|
||||
let b:ale_fixers = ['prettier', 'eslint']
|
||||
" Equivalent to the above.
|
||||
let b:ale_fixers = {'javascript': ['prettier', 'eslint']}
|
Loading…
Add table
Add a link
Reference in a new issue