feat: add debugMode

This commit is contained in:
NotAShelf 2023-03-01 11:34:23 +03:00
commit f491d49c15
No known key found for this signature in database
GPG key ID: 5B5C8895F28445F1
3 changed files with 33 additions and 3 deletions

View file

@ -18,6 +18,11 @@ inputs: let
vim = {
viAlias = true;
vimAlias = true;
debugMode = {
enable = true;
level = 20;
logFile = "/tmp/nvim.log";
};
};
vim.lsp = {
@ -61,9 +66,14 @@ inputs: let
};
};
vim.statusline.lualine = {
enable = true;
theme = "catppuccin";
vim.statusline = {
lualine = {
enable = false;
theme = "catppuccin";
};
heirline = {
enable = true;
};
};
vim.theme = {