From 00a634123df559cafff8759d646bc20e97a07972 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Thu, 30 Jan 2025 20:47:46 +0900 Subject: nvim,vim: add "camel" to 'spelloptions' --- .config/nvim/lua/init/01-options.lua | 1 + 1 file changed, 1 insertion(+) (limited to '.config/nvim/lua') diff --git a/.config/nvim/lua/init/01-options.lua b/.config/nvim/lua/init/01-options.lua index d90ef2a..6bf7dfb 100644 --- a/.config/nvim/lua/init/01-options.lua +++ b/.config/nvim/lua/init/01-options.lua @@ -42,6 +42,7 @@ O.synmaxcol = 500 O.hlsearch = true O.termguicolors = true O.colorcolumn = '+1' +OPT.spelloptions:append('camel') -- Multiple windows {{{1 -- cgit v1.2.3-70-g09d2