mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-03 01:25:03 +02:00
option to enable spell checking (#815)
This commit is contained in:
parent
6136477827
commit
b2d4207543
2 changed files with 4 additions and 0 deletions
|
@ -13,6 +13,8 @@ O = {
|
|||
clipboard = "unnamedplus",
|
||||
hidden_files = true,
|
||||
wrap_lines = false,
|
||||
spell = false,
|
||||
spelllang = "en",
|
||||
number = true,
|
||||
relative_number = false,
|
||||
number_width = 4,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue