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
- Host: GitHub
- URL: https://github.com/markstory/vim-files
- Owner: markstory
- Created: 2011-11-04T03:24:52.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2025-07-26T06:03:59.000Z (5 months ago)
- Last Synced: 2025-07-26T12:07:58.938Z (5 months ago)
- Topics: vim-configuration
- Language: Vim Script
- Homepage: http://mark-story.com
- Size: 303 KB
- Stars: 27
- Watchers: 6
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.mdown
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
```