20250216.1739703209

This commit is contained in:
fz0x1 2025-02-16 11:53:29 +01:00
parent da74ddbaf1
commit 9cd550241a
6 changed files with 8 additions and 5 deletions

View file

@ -122,6 +122,9 @@ local config = function()
biome = function() -- use tsserver instead
return {}
end,
clangd = function()
vim.b.lsp_zero_enable_autoformat = 0
end,
require("lspconfig").marksman.setup({}),
},
})