diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-01-30 20:47:46 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-01-30 20:47:46 +0900 |
| commit | 00a634123df559cafff8759d646bc20e97a07972 (patch) | |
| tree | 7892d9da4003bc536e7df150ffff3707cc5ec191 /.config/nvim/lua/init/01-options.lua | |
| parent | 5ac1ff2135dd2e20c63ee7588d41e2fc3fcc3083 (diff) | |
| download | dotfiles-00a634123df559cafff8759d646bc20e97a07972.tar.gz dotfiles-00a634123df559cafff8759d646bc20e97a07972.tar.zst dotfiles-00a634123df559cafff8759d646bc20e97a07972.zip | |
nvim,vim: add "camel" to 'spelloptions'
Diffstat (limited to '.config/nvim/lua/init/01-options.lua')
| -rw-r--r-- | .config/nvim/lua/init/01-options.lua | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
