mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-09 14:45:58 +01:00
dev: disable debugmode by default
This commit is contained in:
parent
d327f2acdc
commit
ffd99ccebb
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ inputs: let
|
|||
viAlias = true;
|
||||
vimAlias = true;
|
||||
debugMode = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
level = 20;
|
||||
logFile = "/tmp/nvim.log";
|
||||
};
|
||||
|
@ -68,7 +68,7 @@ inputs: let
|
|||
|
||||
vim.statusline = {
|
||||
lualine = {
|
||||
enable = false;
|
||||
enable = true;
|
||||
theme = "catppuccin";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue