diff options
| -rw-r--r-- | nvim/lua/config/options.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nvim/lua/config/options.lua b/nvim/lua/config/options.lua index 91a8189..853a93c 100644 --- a/nvim/lua/config/options.lua +++ b/nvim/lua/config/options.lua | |||
| @@ -11,6 +11,7 @@ opt.splitright = true | |||
| 11 | opt.splitbelow = true | 11 | opt.splitbelow = true |
| 12 | opt.signcolumn = "yes" | 12 | opt.signcolumn = "yes" |
| 13 | opt.termguicolors = true | 13 | opt.termguicolors = true |
| 14 | opt.showcmd = false | ||
| 14 | 15 | ||
| 15 | -- Rechtschreibprüfung | 16 | -- Rechtschreibprüfung |
| 16 | opt.spelllang = { "de", "en" } | 17 | opt.spelllang = { "de", "en" } |
