neovim

remove diagnostic icons i dont really use

+1 -7
+1 -7
candy/lua/marshmallow/defaults.lua
··· 70 70 -- Is this okay?? 71 71 vim.opt.linespace = -2 72 72 73 - -- Diagnostics -- 74 - -- I use nf-fa nerd icons 75 - vim.fn.sign_define("DiagnosticSignError", { text = " ", texthl = "DiagnosticSignError" }) 76 - vim.fn.sign_define("DiagnosticSignWarn", { text = " ", texthl = "DiagnosticSignWarn" }) 77 - vim.fn.sign_define("DiagnosticSignInfo", { text = " ", texthl = "DiagnosticSignInfo" }) 78 - vim.fn.sign_define("DiagnosticSignHint", { text = "", texthl = "DiagnosticSignHint" }) 79 - 73 + -- Directory stuff -- 80 74 vim.opt.exrc = true 81 75 82 76 -- Completion --