This commit is contained in:
2026-05-21 18:42:57 +03:00
parent 716407f78a
commit b2ead3cf15
10 changed files with 179 additions and 0 deletions
+43
View File
@@ -0,0 +1,43 @@
font_family JetBrainsMono Nerd Font
font_size 13.0
disable_ligatures never
cursor_shape beam
cursor_blink_interval 0.5
window_padding_width 6
hide_window_decorations no
background_opacity 0.97
foreground #c0caf5
background #1a1b26
selection_foreground #1a1b26
selection_background #c0caf5
color0 #15161e
color1 #f7768e
color2 #9ece6a
color3 #e0af68
color4 #7aa2f7
color5 #bb9af7
color6 #7dcfff
color7 #a9b1d6
color8 #414868
color9 #f7768e
color10 #9ece6a
color11 #e0af68
color12 #7aa2f7
color13 #bb9af7
color14 #7dcfff
color15 #c0caf5
map ctrl+grave send_text all \x1b[96;5u
tab_bar_style powerline
tab_powerline_style slanted
map ctrl+shift+t new_tab_with_cwd
enabled_layouts splits,stack
map ctrl+shift+\ launch --location=vsplit --cwd=current
map ctrl+shift+- launch --location=hsplit --cwd=current
scrollback_pager nvim --noplugin -R -c "set nonumber norelativenumber" -
map ctrl+shift+enter launch --cwd=current --type=window nvim
+2
View File
@@ -0,0 +1,2 @@
vim.opt.number = true
vim.notify("nnm nvim (stub config)")
+1
View File
@@ -0,0 +1 @@
PROMPT='%F{green}nnm%f %F{blue}%~%f %# '