An open API service indexing awesome lists of open source software.

https://github.com/markstory/vim-files

My vim configuration
https://github.com/markstory/vim-files

vim-configuration

Last synced: 5 months ago
JSON representation

My vim configuration

Awesome Lists containing this project

README

          

## Vim config

This is my vim config, use at your own risk.

## Installation

1. Clone this repository into `~/.vim`. `git clone git://github.com/markstory/vim-files.git ~/.vim`
2. Run `cd ~/.vim && make install`

### Getting LSP working

LSP features require a few more dependencies that aren't automated because platforms are messy.

```shell
# Get the following packages installed as global node modules.
volta install pyright intelephense diagnostic-languageserver
volta install typescript typescript-language-server
```

### Treesitter setup

Most 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
```