diff options
Diffstat (limited to 'lua/user/options.lua')
| -rw-r--r-- | lua/user/options.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/user/options.lua b/lua/user/options.lua index 52e63ab..6a5449d 100644 --- a/lua/user/options.lua +++ b/lua/user/options.lua @@ -13,6 +13,7 @@ local options = { showtabline = 2, -- always show tabs smartcase = true, -- smart case smartindent = true, -- make indenting smarter again + spell = true, -- spell check. splitbelow = true, -- force all horizontal splits to go below current window splitright = true, -- force all vertical splits to go to the right of current window swapfile = false, -- creates a swapfile |
