refactor(nvim): better dir structure

This commit is contained in:
2021-11-10 13:09:54 +01:00
parent 3c81fd59fe
commit 59b5bdce99
21 changed files with 358 additions and 148 deletions

View File

@@ -174,11 +174,11 @@ font:
#draw_bold_text_with_bright_colors: false
# Colors (Tomorrow Night)
#colors:
colors:
# Default colors
#primary:
# background: '#1d1f21'
# foreground: '#c5c8c6'
primary:
background: '#000000'
foreground: '#c5c8c6'
# Bright and dim foreground colors
#
@@ -205,9 +205,9 @@ font:
#
# Allowed values are CellForeground/CellBackground, which reference the
# affected cell, or hexadecimal colors like #ff00ff.
#vi_mode_cursor:
# text: CellBackground
# cursor: CellForeground
vi_mode_cursor:
text: CellBackground
cursor: CellForeground
# Search colors
#