remove deprected sign_define

This commit is contained in:
2025-04-01 20:23:02 +05:00
parent bcb280301d
commit b69c954c08
2 changed files with 7 additions and 20 deletions

View File

@ -1,8 +1,3 @@
-- vim.fn.sign_define("DiagnosticSignError", { text = " ", texthl = "DiagnosticSignError" })
-- vim.fn.sign_define("DiagnosticSignWarn", { text = " ", texthl = "DiagnosticSignWarn" })
-- vim.fn.sign_define("DiagnosticSignInfo", { text = " ", texthl = "DiagnosticSignInfo" })
-- vim.fn.sign_define("DiagnosticSignHint", { text = "", texthl = "DiagnosticSignHint" })
require("neo-tree").setup({
enable_diagnostics = false,
enable_git_status = true,