Merge branch 'master' of github.com:joshtronic/dotfiles
This commit is contained in:
commit
3aff808933
2 changed files with 2 additions and 2 deletions
3
install
3
install
|
@ -36,7 +36,7 @@ rm -rf \
|
|||
|
||||
mkdir -p \
|
||||
"$DOTLOCAL" \
|
||||
"$HOME/.local/share/vim/{swap,undo}" \
|
||||
"$HOME/.local/share/vim/"{swap,undo} \
|
||||
"$HOME/.themes/custom/gnome-shell" \
|
||||
"$HOME/.vim/colors" \
|
||||
"$HOME/.vim/pack/plugins/start"
|
||||
|
@ -70,6 +70,7 @@ VIMPLUGS=(
|
|||
"sheerun/vim-polyglot"
|
||||
"jelera/vim-javascript-syntax"
|
||||
"Quramy/vim-js-pretty-template"
|
||||
"StanAngeloff/php.vim"
|
||||
)
|
||||
|
||||
for INDEX in ${!VIMPLUGS[*]}; do
|
||||
|
|
1
vimrc
1
vimrc
|
@ -16,7 +16,6 @@ set directory=~/.local/share/vim/swap,/tmp
|
|||
set undodir=~/.local/share/vim/undo,/tmp
|
||||
set undofile
|
||||
|
||||
autocmd BufNewFile,BufRead *.es6 setl ft=javascript
|
||||
autocmd FileType php setl sts=4 sw=4 ts=4
|
||||
autocmd FileType gitcommit,markdown,text setl nosi spell tw=80 wm=2
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue