diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-06-28 00:43:51 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-06-28 00:43:51 +0200 |
commit | 46666283b6086dbe153156cdd82f841895fe5513 (patch) | |
tree | b31d48ad2871167d9d398fecb1c427f56178d719 | |
parent | 2c6394fe7879dcba6dbb77a60eb0f4e16e6fecee (diff) |
Add ocaml lsp to ensure installed lsps
-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}}}} |