more work on neovim config, added keyboard sound thing for kitty
This commit is contained in:
4
modules/home/programs/nixvim/plugins/lualine.nix
Executable file → Normal file
4
modules/home/programs/nixvim/plugins/lualine.nix
Executable file → Normal 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;
|
||||
|
||||
Reference in New Issue
Block a user