You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
549 B
Bash

#!/usr/bin/env zsh
brew install neovim
gem install neovim
pip install neovim
# link config files
ln -s ~/dotfiles/nvim ~/.config/nvim
# additional language-servers for nvim-lspconfig
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
pip install yamllint
# packer + treesitter
nvim +TSUpdate
nvim +Lazy
nvim +checkhealth