This commit is contained in:
2025-10-06 09:47:38 +02:00
parent e4bca2cc5d
commit b6b4552b63
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ return {
config = function()
local conform = require("conform")
conform.setup({
scala = { "scalafmt" },
-- scala = { "scalafmt" },
formatters_by_ft = {
lua = { "stylua" },
rust = {

View File

@ -41,7 +41,7 @@ return {
nvim_lsp.r_language_server.setup({ capabilities = capabilities })
--vim.lsp.enable("r_language_server")
vim.lsp.enable("metals")
nvim_lsp.metals.setup({ capabilities = capabilities })
local hl_groups = {
"DiagnosticUnderlineError",