diff options
| author | Thomas Schmucker <ts@its1.de> | 2026-05-13 17:21:42 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2026-05-13 17:21:42 +0200 |
| commit | 81b4b78268cfd4a95f260cf3ac20d35cd6b7668a (patch) | |
| tree | 56fe424f5a530b7962fa30f07310cd5793b8c947 /nvim/lua/plugins | |
| parent | f1018e8b5a8c898887c67fc00cf60f42421df129 (diff) | |
| parent | 33c0c983e4459d4721b030835de78f26d96fe373 (diff) | |
| download | dotfiles-81b4b78268cfd4a95f260cf3ac20d35cd6b7668a.tar.gz dotfiles-81b4b78268cfd4a95f260cf3ac20d35cd6b7668a.tar.bz2 dotfiles-81b4b78268cfd4a95f260cf3ac20d35cd6b7668a.zip | |
Merge branch 'master' of raspi2:/srv/git/dotfiles
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 = { |
