diff options
| author | Thomas Schmucker <ts@its1.de> | 2026-09-08 15:55:38 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2026-09-08 15:55:38 +0200 |
| commit | 58a46e8bc244a4415d20eff129cd69852f347b74 (patch) | |
| tree | 7f2088f92c43c0ccdf4b4e9aacaa9dc9de13e769 /nvim/lua/config/options.lua | |
| parent | bfd52b3195e8025b4a9b2116d4973c2850658ec3 (diff) | |
| download | dotfiles-58a46e8bc244a4415d20eff129cd69852f347b74.tar.gz dotfiles-58a46e8bc244a4415d20eff129cd69852f347b74.tar.bz2 dotfiles-58a46e8bc244a4415d20eff129cd69852f347b74.zip | |
cleanup
Diffstat (limited to 'nvim/lua/config/options.lua')
| -rw-r--r-- | nvim/lua/config/options.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/nvim/lua/config/options.lua b/nvim/lua/config/options.lua index b1d2104..55fe983 100644 --- a/nvim/lua/config/options.lua +++ b/nvim/lua/config/options.lua | |||
| @@ -50,9 +50,6 @@ opt.matchpairs:append("<:>") | |||
| 50 | -- automatisches Einlesen geƤnderter Dateien | 50 | -- automatisches Einlesen geƤnderter Dateien |
| 51 | opt.autoread = true | 51 | opt.autoread = true |
| 52 | 52 | ||
| 53 | -- Suche rekursiv | ||
| 54 | opt.path:append("**") | ||
| 55 | |||
| 56 | -- Tabs | 53 | -- Tabs |
| 57 | opt.expandtab = false | 54 | opt.expandtab = false |
| 58 | opt.tabstop = 4 | 55 | opt.tabstop = 4 |
