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

View file

@ -1,13 +1,13 @@
{ 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 ];
# Otherwise it sets the term to "xterm-ghostty" and it fails to connect to ssh
programs.bash.sessionVariables = { 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 = {
# enable = true;
# enableBashIntegration = true;