GitXplorerGitXplorer
m

vim-files

public
28 stars
6 forks
0 issues

Commits

List of commits on branch master.
Unverified
74bd229d313832e31210f218ffc5240a1ed8c10b

Improve linter configuration

mmarkstory committed a year ago
Unverified
8eff9066ced96dc5f423b627575c459984515809

Switch to nvim lint

mmarkstory committed a year ago
Unverified
01a65e96981378067369979b743a326274e0f2b9

Revert "Replace formatting with null_ls"

mmarkstory committed a year ago
Unverified
66ada6350705ed1ade72c2c208dd7906d2ab45b6

Replace formatting with null_ls

mmarkstory committed a year ago
Unverified
dc90555a69884fe09dab1d4042a0d5986fd78825

Update codepoints for icons because of NerdFont 3

mmarkstory committed a year ago
Unverified
fe63321415349283df6e403dbac3dfe7253a9c0d

Fix .github not being reachable

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