🪴 my neovim config:)
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

options: fix `'spelllang'`

robin 58800dda 27959290

+1 -1
+1 -1
config/lua/ivy/config/options.lua
··· 149 149 vim.g.findprg = vim.fn.executable("fd") == 1 and "fd -H -p -t f --color=never --" or "find . -type f -iregex '.*$*.*'" 150 150 151 151 -- let me have spelling checking for english 152 - vim.o.spelllang = "en,uk" 152 + vim.o.spelllang = "en_ca,en_gb,en_us" 153 153 vim.opt.spelloptions:append("noplainbuffer") 154 154 vim.o.spellsuggest = "double,4" 155 155 -- use `data/site/spell/{lang}.add`