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 = { };
|
||||
cursorword = { };
|
||||
bracketed = { };
|
||||
starter = { };
|
||||
};
|
||||
package = pkgs.vimPlugins.mini-nvim.overrideAttrs (oldAttrs: {
|
||||
postInstall =
|
||||
|
|
|
@ -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 = "";
|
||||
|
|
Loading…
Reference in a new issue