diff options
| author | Thomas Schmucker <ts@its1.de> | 2026-05-13 17:14:15 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2026-05-13 17:14:15 +0200 |
| commit | 33c0c983e4459d4721b030835de78f26d96fe373 (patch) | |
| tree | 3558184fd7100f21125eb2c475b8dd727557acea /nvim/lua/plugins | |
| parent | c6db677ba798c7de4200a68c75a2bf3088166ead (diff) | |
| download | dotfiles-33c0c983e4459d4721b030835de78f26d96fe373.tar.gz dotfiles-33c0c983e4459d4721b030835de78f26d96fe373.tar.bz2 dotfiles-33c0c983e4459d4721b030835de78f26d96fe373.zip | |
neovim: Tweaks für Farbeinstellungen
Diffstat (limited to 'nvim/lua/plugins')
| -rw-r--r-- | nvim/lua/plugins/ui.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nvim/lua/plugins/ui.lua b/nvim/lua/plugins/ui.lua index 94a420f..cad8dfb 100644 --- a/nvim/lua/plugins/ui.lua +++ b/nvim/lua/plugins/ui.lua | |||
| @@ -38,8 +38,10 @@ return { | |||
| 38 | }, | 38 | }, |
| 39 | view = { | 39 | view = { |
| 40 | width = 30, | 40 | width = 30, |
| 41 | cursorline = true, | ||
| 41 | }, | 42 | }, |
| 42 | renderer = { | 43 | renderer = { |
| 44 | highlight_opened_files = "all", | ||
| 43 | highlight_git = true, | 45 | highlight_git = true, |
| 44 | icons = { | 46 | icons = { |
| 45 | show = { | 47 | show = { |
