WIP: Move to vim.lsp

This commit is contained in:
Dennis Schoepf 2025-04-09 18:40:28 +02:00
parent 0b367e1656
commit d3945cc621
9 changed files with 348 additions and 41 deletions

View file

@ -1,9 +1,5 @@
return {
"stevearc/conform.nvim",
dependencies = {
"williamboman/mason.nvim",
"WhoIsSethDaniel/mason-tool-installer.nvim",
},
opts = {
formatters_by_ft = {
typescriptreact = { "prettierd" },