tangled
alpha
login
or
join now
althaea.zone
/
candy
0
fork
atom
neovim
0
fork
atom
overview
issues
pulls
pipelines
enable exrc
marshmallow.tngl.sh
1 year ago
0f72d91f
7656cdd5
+2
1 changed file
expand all
collapse all
unified
split
candy
lua
marshmallow
defaults.lua
+2
candy/lua/marshmallow/defaults.lua
···
72
72
vim.fn.sign_define("DiagnosticSignWarn", { text = " ", texthl = "DiagnosticSignWarn" })
73
73
vim.fn.sign_define("DiagnosticSignInfo", { text = " ", texthl = "DiagnosticSignInfo" })
74
74
vim.fn.sign_define("DiagnosticSignHint", { text = "", texthl = "DiagnosticSignHint" })
75
75
+
76
76
+
vim.opt.exrc = true