Minor home-manager updates

This commit is contained in:
2026-07-26 19:47:31 +01:00
parent a647e92782
commit a2a97ed690
5 changed files with 10 additions and 11 deletions
+1
View File
@@ -2,6 +2,7 @@ require("conform").setup({
formatters_by_ft = {
lua = { "stylua" },
nix = { "nixfmt" },
ocaml = { "ocamlformat" },
},
format_on_save = {
+1 -1
View File
@@ -12,7 +12,7 @@ vim.lsp.config("lua_ls", {
},
})
local servers = { "clangd", "solargraph", "hls", "nixd" }
local servers = { "clangd", "solargraph", "hls", "nixd", "ocamllsp" }
for _, server in ipairs(servers) do
vim.lsp.config(server, { capabilities = capabilities })