Update TS-config + remove any coc-references

main
Steffen Rademacker 3 years ago
parent b6afe3d45c
commit 736c63ed4a

@ -22,7 +22,6 @@ npm i -g vscode-langservers-extracted
npm i -g yaml-language-server
vim +PlugInstall
vim +CocInstall\ coc-calc\ coc-css\ coc-eslint\ coc-html\ coc-json\ coc-markdownlint\ coc-pairs\ coc-phpls\ coc-snippets\ coc-stylelintplus\ coc-tsserver\ coc-yaml\ coc-yank
vim +TSInstall\ bash\ comment\ css\ dockerfile\ graphql\ html\ javascript\ jsdoc\ json\ jsonc\ lua\ php\ python\ regex\ scss\ tsx\ typescript\ vue\ yaml
vim +CocUpdate +PlugUpgrade +PlugUpdate +TSUpdate
vim +TSInstall\ bash\ comment\ css\ html\ javascript\ jsdoc\ json\ json5\ lua\ php\ python\ regex\ ruby\ scss\ toml\ tsx\ typescript\ vue\ yaml
vim +PlugUpgrade +PlugUpdate +TSUpdate
vim +checkhealth

@ -28,7 +28,7 @@ alias vdiff='$EDITOR -d'
alias vi=$EDITOR
alias vim=$EDITOR
alias vimdiff='$EDITOR -d'
alias vimup='brew uninstall neovim && brew install neovim --HEAD && nvim +CocUpdate +PlugUpgrade +PlugUpdate +TSUpdate'
alias vimup='brew uninstall neovim && brew install neovim --HEAD && nvim +PlugUpgrade +PlugUpdate +TSUpdate'
alias yp='yarn lint && yarn production'
alias yre='rm -f yarn.lock && rm -rf node_modules && yarn'
alias ys='yarn start'

Loading…
Cancel
Save