Skip to content

sindrip/fixpoint.nvim

Repository files navigation

fixpoint.nvim

CI License: MIT

A collection of in-process LSP servers for Neovim (0.12+). No external binaries, no spawned processes -- everything runs inside your Neovim instance.

Servers

Server Description
fixpoint_fswatcher Watches open files for external changes and reloads buffers via debounced checktime
fixpoint_format Formatting server (stub)

Installation

Requires Neovim >= 0.12

vim.pack.add({ "https://github.com/sindrip/fixpoint.nvim" })

Usage

Enable the servers you want:

vim.lsp.enable("fixpoint_fswatcher")
vim.lsp.enable("fixpoint_format")

Development

Tools are managed with mise:

mise install    # installs lefthook, lua-language-server, stylua
mise test       # runs typecheck + tests

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages