mirror of
https://github.com/youwen5/neovim-flake.git
synced 2024-11-24 19:03:49 -08:00
feat: add mini start page
This commit is contained in:
parent
859e91ada2
commit
f297d5116e
2 changed files with 4 additions and 1 deletions
|
@ -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 =
|
||||||
|
|
|
@ -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 = "";
|
||||||
|
|
Loading…
Reference in a new issue