mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-07 02:41:33 +00:00
feat: add heirline module and options
This commit is contained in:
parent
0100c794c9
commit
680f2e6dcd
5 changed files with 717 additions and 8 deletions
|
@ -19,7 +19,7 @@ inputs: let
|
|||
viAlias = true;
|
||||
vimAlias = true;
|
||||
debugMode = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
level = 20;
|
||||
logFile = "/tmp/nvim.log";
|
||||
};
|
||||
|
@ -68,9 +68,12 @@ inputs: let
|
|||
|
||||
vim.statusline = {
|
||||
lualine = {
|
||||
enable = false;
|
||||
enable = true;
|
||||
theme = "catppuccin";
|
||||
};
|
||||
heirline = {
|
||||
enable = false;
|
||||
};
|
||||
};
|
||||
|
||||
vim.theme = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue