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' --- .vimrc | 3 +++ 1 file changed, 3 insertions(+) (limited to '.vimrc') diff --git a/.vimrc b/.vimrc index 85ce1d1..94dbc74 100644 --- a/.vimrc +++ b/.vimrc @@ -56,6 +56,9 @@ set synmaxcol=500 set hlsearch set t_Co=256 set colorcolumn=+1 +if has('patch-8.2.0953') + set spelloptions+=camel +endif set laststatus=2 set winminheight=0 -- cgit v1.2.3-70-g09d2