more work on neovim config, added keyboard sound thing for kitty

This commit is contained in:
2026-03-08 03:57:31 -04:00
parent bf22e791d1
commit 4308b8eb16
55 changed files with 411 additions and 142 deletions

4
modules/home/programs/nixvim/plugins/lualine.nix Executable file → Normal file
View File

@@ -1,7 +1,7 @@
{
programs.nixvim = {
plugins.lualine = {
enable = false;
enable = true;
settings = {
options = {
icons_enabled = true;
@@ -15,7 +15,7 @@
right = "";
};
always_divide_middle = true;
globalstatus = false;
globalstatus = true;
refresh = {
statusline = 1000;
tabline = 1000;