🪴 my neovim config:)
1
fork

Configure Feed

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

options: spell options

robin 51566143 9996345c

+4 -1
+4 -1
config/lua/ivy/config/options.lua
··· 135 135 vim.g.findprg = vim.fn.executable("fd") == 1 and "fd -H -p -t f --color=never --" or "find . -type f -iregex '.*$*.*'" 136 136 137 137 -- let me have spelling checking for english 138 - vim.opt.spelllang = { "en" } 138 + vim.o.spelllang = "en,uk" 139 139 vim.opt.spelloptions:append("noplainbuffer") 140 140 vim.o.spellsuggest = "double,4" 141 + -- use `data/site/spell/{lang}.add` 142 + vim.o.spellfile = "" 143 + vim.o.dictionary = "spell" 141 144 142 145 vim.o.list = true 143 146 vim.opt.listchars:append({