diff options
| author | Thomas Schmucker <ts@its1.de> | 2026-08-05 18:12:53 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2026-08-05 18:12:53 +0200 |
| commit | 7b96740b0431e1898f602fa2378554534b18cc7a (patch) | |
| tree | 9178c6f91ea1c7ddae4abb1223e7e417254e2322 /nvim/lua/config/options.lua | |
| parent | d77a8aa2e63f9db6097ba1139bfecd8dbf73d59d (diff) | |
| download | dotfiles-7b96740b0431e1898f602fa2378554534b18cc7a.tar.gz dotfiles-7b96740b0431e1898f602fa2378554534b18cc7a.tar.bz2 dotfiles-7b96740b0431e1898f602fa2378554534b18cc7a.zip | |
neovim: Zeilenenden immer im unix-style
Diffstat (limited to 'nvim/lua/config/options.lua')
| -rw-r--r-- | nvim/lua/config/options.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nvim/lua/config/options.lua b/nvim/lua/config/options.lua index 7d6a2fb..ba97f75 100644 --- a/nvim/lua/config/options.lua +++ b/nvim/lua/config/options.lua | |||
| @@ -89,6 +89,9 @@ opt.clipboard = "unnamedplus" | |||
| 89 | opt.updatetime = 250 | 89 | opt.updatetime = 250 |
| 90 | opt.timeoutlen = 300 | 90 | opt.timeoutlen = 300 |
| 91 | 91 | ||
| 92 | -- Dateiformat | ||
| 93 | opt.fileformat = "unix" | ||
| 94 | |||
| 92 | -- Provider deaktivieren (alle Plugins sind reines Lua, kein Provider noetig) | 95 | -- Provider deaktivieren (alle Plugins sind reines Lua, kein Provider noetig) |
| 93 | g.loaded_ruby_provider = 0 | 96 | g.loaded_ruby_provider = 0 |
| 94 | g.loaded_perl_provider = 0 | 97 | g.loaded_perl_provider = 0 |
