feat: Use updated lualine syntax
This commit is contained in:
2
flake.lock
generated
2
flake.lock
generated
@@ -1815,7 +1815,7 @@
|
|||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1,
|
"lastModified": 1,
|
||||||
"narHash": "sha256-RZzpIKpIxRCokGZf10EdaiP5fTUDuFyZxSAKonCBJJ8=",
|
"narHash": "sha256-2CxuQIKuMbth3Z5NG4gvUPa0EZPazSgwOdxbzbfqvwQ=",
|
||||||
"path": "./neovim",
|
"path": "./neovim",
|
||||||
"type": "path"
|
"type": "path"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -74,9 +74,7 @@ in rec {
|
|||||||
lualine = {
|
lualine = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings.sections = {
|
settings.sections = {
|
||||||
lualine_c = [
|
lualine_c =
|
||||||
{
|
|
||||||
name =
|
|
||||||
rawLua
|
rawLua
|
||||||
/*
|
/*
|
||||||
lua
|
lua
|
||||||
@@ -90,8 +88,6 @@ in rec {
|
|||||||
return require'nvim-navic'.is_available()
|
return require'nvim-navic'.is_available()
|
||||||
end
|
end
|
||||||
'';
|
'';
|
||||||
}
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user