feat: add mini start page

This commit is contained in:
Youwen Wu 2024-09-17 15:59:09 -07:00
parent 859e91ada2
commit f297d5116e
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3
2 changed files with 4 additions and 1 deletions

View file

@ -14,6 +14,7 @@
trailspace = { }; trailspace = { };
cursorword = { }; cursorword = { };
bracketed = { }; bracketed = { };
starter = { };
}; };
package = pkgs.vimPlugins.mini-nvim.overrideAttrs (oldAttrs: { package = pkgs.vimPlugins.mini-nvim.overrideAttrs (oldAttrs: {
postInstall = postInstall =

View file

@ -41,7 +41,6 @@
lualine_x = [ lualine_x = [
"encoding" "encoding"
"fileformat" "fileformat"
# "filetype"
]; ];
lualine_y = [ lualine_y = [
{ {
@ -58,6 +57,9 @@
}; };
options = { options = {
globalstatus = true; globalstatus = true;
disabled_filetypes = [
"ministarter"
];
section_separators = { section_separators = {
left = ""; left = "";
right = ""; right = "";