2
0
mirror of https://github.com/webgefrickel/dotfiles synced 2024-11-19 03:25:33 +00:00
steffen-dotfiles/install/3_vimux.sh

32 lines
705 B
Bash
Raw Normal View History

2021-03-20 20:38:43 +00:00
#!/usr/bin/env zsh
2022-07-06 10:13:46 +00:00
brew install neovim
2021-03-20 20:38:43 +00:00
brew install tmux
2021-12-05 10:25:22 +00:00
gem install neovim
pip install neovim
2021-03-20 20:38:43 +00:00
# link config files
ln -s ~/dotfiles/nvim ~/.config/nvim
ln -s ~/dotfiles/tmux.conf ~/.tmux.conf
# vim and tmux plugin managers
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
2021-12-02 10:10:41 +00:00
# additional language-servers for nvim-lspconfig
2023-02-03 19:44:21 +00:00
npm install -g eslint_d
npm install -g fixjson
npm install -g markdownlint-cli
npm install -g neovim
npm install -g stylelint
npm install -g typescript
npm install -g typescript-language-server
npm install -g vscode-langservers-extracted
npm install -g yaml-language-server
2022-11-18 08:34:59 +00:00
pip install yamllint
2021-12-02 10:10:41 +00:00
2021-12-14 18:59:34 +00:00
# packer + treesitter
2023-05-17 15:02:26 +00:00
nvim +TSUpdate
nvim +Lazy
2021-12-14 18:59:34 +00:00
nvim +checkhealth