update nvim

This commit is contained in:
albert 2025-01-08 17:01:00 +01:00
parent 15e9433251
commit 40a3d50dd3
Signed by: albert
GPG key ID: 3895DD267CA11BA9
2 changed files with 7 additions and 10 deletions

View file

@ -107,8 +107,10 @@
enable = true; enable = true;
settings = { settings = {
options = { options = {
hover.enabled = true; separatorStyle = "padded_slope";
separatorStyle = "slant"; color_icons = false;
always_show_bufferline = false;
show_buffer_close_icons = false;
offsets = [{ offsets = [{
filetype = "NvimTree"; filetype = "NvimTree";
text = "File Explorer"; text = "File Explorer";
@ -289,14 +291,9 @@
]; ];
}; };
airline = {
enable = true;
};
# Airline / Powerline alternative # Airline / Powerline alternative
lualine = { lualine = {
enable = false; enable = true;
settings = { settings = {
componentSeparators = { componentSeparators = {
right = "«"; right = "«";

View file

@ -1,13 +1,13 @@
{ theme, ... }: { { theme, ... }: {
# TODO Re-enable this when 25.05 is out or when this is compabile with 24.11 # FIX: Re-enable this when 25.05 is out or when this is compabile with 24.11
# imports = [ ../../../../stylix/themes/${theme}/home-manager/ghostty.nix ]; # imports = [ ../../../../stylix/themes/${theme}/home-manager/ghostty.nix ];
# Otherwise it sets the term to "xterm-ghostty" and it fails to connect to ssh # Otherwise it sets the term to "xterm-ghostty" and it fails to connect to ssh
programs.bash.sessionVariables = { TERM = "xterm-256color"; }; programs.bash.sessionVariables = { TERM = "xterm-256color"; };
programs.fish.shellInit = ''set TERM "xterm-256color" ''; programs.fish.shellInit = ''set TERM "xterm-256color" '';
# TODO Re-enable this when 25.05 is out or when this is compabile with 24.11 # FIX: Re-enable this when 25.05 is out or when this is compabile with 24.11
# programs.ghostty = { # programs.ghostty = {
# enable = true; # enable = true;
# enableBashIntegration = true; # enableBashIntegration = true;