feat: remap organization and cleanup

This commit is contained in:
2026-03-03 11:11:38 +01:00
parent 92c9f02ab2
commit a7c14ff0ae
4 changed files with 60 additions and 93 deletions

View File

@@ -47,7 +47,6 @@ vim.opt.listchars = {
trail = " ",
nbsp = "+",
}
vim.fn.sign_define("DiagnosticSignError", { text = "", texthl = "DiagnosticSignError" })
vim.fn.sign_define("DiagnosticSignWarn", { text = "", texthl = "DiagnosticSignWarn" })
vim.fn.sign_define("DiagnosticSignInfo", { text = "", texthl = "DiagnosticSignInfo" })