tangled
alpha
login
or
join now
althaea.zone
/
candy
0
fork
atom
neovim
0
fork
atom
overview
issues
pulls
pipelines
remove diagnostic icons i dont really use
marshmallow.tngl.sh
9 months ago
e2a3ef3b
8dd94bee
+1
-7
1 changed file
expand all
collapse all
unified
split
candy
lua
marshmallow
defaults.lua
+1
-7
candy/lua/marshmallow/defaults.lua
···
70
70
-- Is this okay??
71
71
vim.opt.linespace = -2
72
72
73
73
-
-- Diagnostics --
74
74
-
-- I use nf-fa nerd icons
75
75
-
vim.fn.sign_define("DiagnosticSignError", { text = " ", texthl = "DiagnosticSignError" })
76
76
-
vim.fn.sign_define("DiagnosticSignWarn", { text = " ", texthl = "DiagnosticSignWarn" })
77
77
-
vim.fn.sign_define("DiagnosticSignInfo", { text = " ", texthl = "DiagnosticSignInfo" })
78
78
-
vim.fn.sign_define("DiagnosticSignHint", { text = "", texthl = "DiagnosticSignHint" })
79
79
-
73
73
+
-- Directory stuff --
80
74
vim.opt.exrc = true
81
75
82
76
-- Completion --