tangled
alpha
login
or
join now
althaea.zone
/
candy
0
fork
atom
neovim
0
fork
atom
overview
issues
pulls
pipelines
add smartcase and case settings
marshmallow.tngl.sh
10 months ago
bea4c4e9
426910c5
+4
-1
1 changed file
expand all
collapse all
unified
split
candy
lua
marshmallow
defaults.lua
+4
-1
candy/lua/marshmallow/defaults.lua
···
74
74
vim.opt.exrc = true
75
75
76
76
-- Completion --
77
77
-
78
77
vim.opt.completeopt = "menuone,noselect,fuzzy"
79
78
vim.opt.wildoptions = "fuzzy,pum,tagfile"
79
79
+
80
80
+
-- Search --
81
81
+
vim.opt.ignorecase = true
82
82
+
vim.opt.smartcase = true