Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

nvim-lsp/nvim-lsp.github.io

Repository files navigation

nvim-lsp.github.io

A website for nvim-lsp

Usage

This site is built using mkdocs, which requires python and pip.

pip install -r requirements.txt

Then generate the documentation with:

./scripts/docgen.sh

Now you have documentation in site/.

Development

To serve a development version run:

mkdocs serve