GitXplorerGitXplorer
m

vim-files

public
28 stars
6 forks
0 issues

Commits

List of commits on branch master.
Unverified
0f74740936e5b6b9d8f599dfdac1b96b435233f0

A few fixes for updated plugins

mmarkstory committed a month ago
Unverified
b65f2f22e51f11a7e2ff307b5218eee7f64d32ed

add indentation for protobufs

mmarkstory committed 4 months ago
Unverified
254a6c0f371f5f50993ebd1148b13f20daaa5cef

Add .jinja to jinja file types

mmarkstory committed 6 months ago
Unverified
d3b979fb12a395be12497918714eecdeda9e69fc

Remove redundant plugin

mmarkstory committed 8 months ago
Unverified
920b7653e42fe339801aa9d46c914a39c018f70c

Add rust tooling

mmarkstory committed 9 months ago
Unverified
2c9e6a8ab46aec9ebde43c02af94603c64f9933b

Add missing lsp for python

mmarkstory committed a year ago

README

The README file for this repository.

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.

# 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 javascript json html lua php python rst scss toml tsx typescript yaml