6 Home
Silas Marvin edited this page 2024-06-01 10:49:38 -07:00

Welcome to the LSP-AI wiki!

This project is a work in progress. Please create issues and / or contribute where content is lacking.

Getting Started

First decide which type of model you want to use. The list of available models can be found in the configuration section of the wiki.

Then install LSP-AI by following the installation guide. Make sure to install it with the correct flags if you are choosing a model that requires flags.

Next see if there are plugins available for your editor. The list of supported plugins is available in the plugins section of the wiki.

If you installed a plugin, follow the plugins guide for further configuration. If you did not install a plugin and instead want to use the language server directly, read on how to setup a language server for your editor. For example, the helix editor has a great guide on adding language servers.

After reading on how to setup a language server for your editor, set it up! Make sure to pass the configuration for the LSP-AI as server initialization options. You can find full example configurations in the configuration section of the wiki.