apps: nvim: Nerd Font, nvim kickstart partially

This commit is contained in:
2023-05-16 09:50:42 +02:00
parent f04ac980d9
commit fe44ec6752
5 changed files with 123 additions and 21 deletions

View File

@@ -8,7 +8,8 @@
programs = {
tmux = {
enable = true;
terminal = "xterm-256color";
terminal = "screen-256color";
escapeTime = 300;
newSession = false;
keyMode = "vi";
historyLimit = 10000;
@@ -29,6 +30,7 @@
];
extraConfig = ''
set -g mouse on
set-option -sa terminal-features ',alacritty:RGB'
# More friendly split pane
bind-key s split-window -h -c "#{pane_current_path}"