aboutsummaryrefslogtreecommitdiff
path: root/nvim/lua/plugins
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2026-05-13 17:14:15 +0200
committerThomas Schmucker <ts@its1.de>2026-05-13 17:14:15 +0200
commit33c0c983e4459d4721b030835de78f26d96fe373 (patch)
tree3558184fd7100f21125eb2c475b8dd727557acea /nvim/lua/plugins
parentc6db677ba798c7de4200a68c75a2bf3088166ead (diff)
downloaddotfiles-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.lua2
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 = {