Skip Navigation

A guide on Neovim's LSP client | Devlog

A guide on Neovim's LSP client | Devlog

2023-12-25 | 21 min read

Maybe I should have called this "How to enable IDE-like features without third party plugins." Sounds interesting, right? That's basically what I want to show you here.

We don't need any third party plugins, but we do need this:

  • Neovim v0.8 or greater.
  • A language server.
  • Patience/Energy to write some lua code for each language server.

Read the full article

Official NeoVim LSP Documentation

Comments

0