feat(nvim): dap support, fix(nvim): eslint & prettier formatting

This commit is contained in:
2024-02-06 09:17:44 -05:00
parent 75524e6375
commit 24300b24ae
10 changed files with 140 additions and 49 deletions

View File

@@ -56,44 +56,77 @@ map alt+right neighboring_window right
map alt+up neighboring_window up
# -------------------------------------------------------
# ------------------ Nord Color Scheme ------------------
# ----------------- 1984 Orwellian Theme ----------------
# -------------------------------------------------------
foreground #D8DEE9
background #2E3440
selection_foreground #000000
selection_background #FFFACD
url_color #0087BD
cursor #81A1C1
foreground #f1f1f1
background #2e2923
selection_foreground #000000
selection_background #3fc4ce
color0 #000000
color1 #e74946
color2 #4cb605
color3 #fcd395
color4 #356fe4
color5 #fcbe95
color6 #3fc4ce
color7 #f1f1f1
color8 #000000
color9 #e74946
color10 #4cb605
color11 #fcd395
color12 #356fe4
color13 #fcbe95
color14 #3fc4ce
color15 #f1f1f1
# Black
color0 #3B4252
color8 #4C566A
# URL styles
url_color #e74946
url_style single
# Red
color1 #BF616A
color9 #BF616A
# Cursor styles
cursor #3fc4ce
# Green
color2 #A3BE8C
color10 #A3BE8C
# Yellow
color3 #EBCB8B
color11 #EBCB8B
# Blue
color4 #81A1C1
color12 #81A1C1
# Magenta
color5 #B48EAD
color13 #B48EAD
# Cyan
color6 #88C0D0
color14 #8FBCBB
# White
color7 #E5E9F0
color15 #ECEFF4
# -------------------------------------------------------
# ------------------ Nord Color Scheme ------------------
# -------------------------------------------------------
#
# foreground #D8DEE9
# background #2E3440
# selection_foreground #000000
# selection_background #FFFACD
# url_color #0087BD
# cursor #81A1C1
#
# # Black
# color0 #3B4252
# color8 #4C566A
#
# # Red
# color1 #BF616A
# color9 #BF616A
#
# # Green
# color2 #A3BE8C
# color10 #A3BE8C
#
# # Yellow
# color3 #EBCB8B
# color11 #EBCB8B
#
# # Blue
# color4 #81A1C1
# color12 #81A1C1
#
# # Magenta
# color5 #B48EAD
# color13 #B48EAD
#
# # Cyan
# color6 #88C0D0
# color14 #8FBCBB
#
# # White
# color7 #E5E9F0
# color15 #ECEFF4