1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-03 12:19:26 +00:00

[neovim] Use conform plugin for auto formatting

This commit is contained in:
2024-06-08 15:09:31 +02:00
parent db10008f9b
commit 29a97b4aa3
9 changed files with 45 additions and 37 deletions

View File

@ -28,6 +28,7 @@ dapui.setup({
})
vim.fn.sign_define("DapBreakpoint", { text = "", texthl = "DiagnosticSignError", linehl = "", numhl = "" })
vim.fn.sign_define("DapStopped", { text = "󰔰", texthl = "DiagnosticSignWarn", linehl = "", numhl = "" })
dap.listeners.after.event_initialized.dapui_config = function()
dapui.open()