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 = { };
cursorword = { };
bracketed = { };
starter = { };
};
package = pkgs.vimPlugins.mini-nvim.overrideAttrs (oldAttrs: {
postInstall =

View file

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