A collection of in-process LSP servers for Neovim (0.12+). No external binaries, no spawned processes -- everything runs inside your Neovim instance.
| Server | Description |
|---|---|
fixpoint_fswatcher |
Watches open files for external changes and reloads buffers via debounced checktime |
fixpoint_format |
Formatting server (stub) |
Requires Neovim >= 0.12
vim.pack.add({ "https://github.com/sindrip/fixpoint.nvim" })Enable the servers you want:
vim.lsp.enable("fixpoint_fswatcher")
vim.lsp.enable("fixpoint_format")Tools are managed with mise:
mise install # installs lefthook, lua-language-server, stylua
mise test # runs typecheck + tests