diff options
-rw-r--r-- | fnl/plugins/lsp/servers.fnl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fnl/plugins/lsp/servers.fnl b/fnl/plugins/lsp/servers.fnl index 0126b81..ca63051 100644 --- a/fnl/plugins/lsp/servers.fnl +++ b/fnl/plugins/lsp/servers.fnl @@ -13,6 +13,7 @@ (vim.lsp.buf.range_formatting [] [0 0] [(vim.fn.line "$" 0)]))]}}} + :ocamllsp {} :pyright {} :rust_analyzer {:settings {:rust-analyzer {:lens {:enable true} :checkOnSave {:command :clippy}}}} |