feat: remap organization and cleanup
This commit is contained in:
1
init.lua
1
init.lua
@@ -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" })
|
||||
|
||||
Reference in New Issue
Block a user