tangled
alpha
login
or
join now
althaea.zone
/
candy
0
fork
atom
neovim
0
fork
atom
overview
issues
pulls
pipelines
adjust some completion options
marshmallow.tngl.sh
10 months ago
f4ec150e
c741b03e
+5
1 changed file
expand all
collapse all
unified
split
candy
lua
marshmallow
defaults.lua
+5
candy/lua/marshmallow/defaults.lua
···
78
78
vim.fn.sign_define("DiagnosticSignHint", { text = "", texthl = "DiagnosticSignHint" })
79
79
80
80
vim.opt.exrc = true
81
81
+
82
82
+
-- Completion --
83
83
+
84
84
+
vim.opt.completeopt = "menuone,noselect,fuzzy"
85
85
+
vim.opt.wildoptions = "fuzzy,pum,tagfile"