mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-07 00:05:10 +01:00
Compare commits
2 Commits
4d7c09862f
...
e969384d4c
| Author | SHA1 | Date | |
|---|---|---|---|
| e969384d4c | |||
| 2d67b55c60 |
1
.bashrc
1
.bashrc
@@ -211,6 +211,7 @@ PATH=$PATH:/usr/local/bin/android-sdk-linux/platform-tools:/usr/local/bin/androi
|
||||
# nvm node.js package manager virtualenv thing
|
||||
export NVM_DIR="${HOME}/.nvm"
|
||||
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm
|
||||
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
|
||||
|
||||
# QT autoscaling, helpful for hidpi systems
|
||||
export QT_AUTO_SCREEN_SCALE_FACTOR=1
|
||||
|
||||
6
.vim/ftdetect/vue.vim
Normal file
6
.vim/ftdetect/vue.vim
Normal file
@@ -0,0 +1,6 @@
|
||||
" Run both javascript and vue linters for vue files.
|
||||
let b:ale_linter_aliases = ['javascript', 'vue']
|
||||
" Select the eslint and vls linters.
|
||||
let b:ale_linters = ['eslint', 'vls']
|
||||
|
||||
let b:ale_fixers = ['prettier', 'eslint']
|
||||
Reference in New Issue
Block a user