This is my vim config, use at your own risk.
- Clone this repository into
~/.vim.git clone git://github.com/markstory/vim-files.git ~/.vim - Run
cd ~/.vim && make install
LSP features require a few more dependencies that aren't automated because platforms are messy.
# Get the following packages installed as global node modules.
volta install pyright intelephense diagnostic-languageserver
volta install typescript typescript-language-serverMost syntax highlighting plugins have been replace with Treesitter packages. However, I don't have a good way to install these automatically yet.
:TSInstall bash css dockerfile hcl javascript json html lua php python rst scss toml tsx typescript yaml