diff options
| author | Thomas Schmucker <ts@its1.de> | 2026-08-10 18:45:21 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2026-08-10 18:45:21 +0200 |
| commit | 5fd36c4892222e97f114d3177cf8a2c65873bf5f (patch) | |
| tree | db92f7beb917c374a7accc16219563fca45999d3 /nvim/lua/config/options.lua | |
| parent | 56ba4bc9fc89a27baf8576bced25c38bfd8e7378 (diff) | |
| download | dotfiles-5fd36c4892222e97f114d3177cf8a2c65873bf5f.tar.gz dotfiles-5fd36c4892222e97f114d3177cf8a2c65873bf5f.tar.bz2 dotfiles-5fd36c4892222e97f114d3177cf8a2c65873bf5f.zip | |
neovim: Optionen für spell checking angepasst
Diffstat (limited to 'nvim/lua/config/options.lua')
| -rw-r--r-- | nvim/lua/config/options.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nvim/lua/config/options.lua b/nvim/lua/config/options.lua index ba97f75..227475a 100644 --- a/nvim/lua/config/options.lua +++ b/nvim/lua/config/options.lua | |||
| @@ -87,7 +87,7 @@ opt.clipboard = "unnamedplus" | |||
| 87 | 87 | ||
| 88 | -- Timeouts | 88 | -- Timeouts |
| 89 | opt.updatetime = 250 | 89 | opt.updatetime = 250 |
| 90 | opt.timeoutlen = 300 | 90 | opt.timeoutlen = 1000 |
| 91 | 91 | ||
| 92 | -- Dateiformat | 92 | -- Dateiformat |
| 93 | opt.fileformat = "unix" | 93 | opt.fileformat = "unix" |
