mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-09 14:45:58 +01:00
Compare commits
2 commits
ad4ed395a6
...
cc6ec83089
Author | SHA1 | Date | |
---|---|---|---|
|
cc6ec83089 | ||
2680be20a3 |
1 changed files with 2 additions and 2 deletions
|
@ -39,11 +39,11 @@ in {
|
|||
config.vim = mkIf cfg.enable {
|
||||
luaConfigRC.debug-mode = entryAfter ["basic"] ''
|
||||
-- Debug mode settings
|
||||
vim.o.verbose = ${toString cfg.level},
|
||||
vim.o.verbose = ${toString cfg.level}
|
||||
|
||||
${optionalString (cfg.logFile != null) ''
|
||||
-- Set verbose log file
|
||||
vim.o.verbosefile = ${cfg.logFile},
|
||||
vim.o.verbosefile = "${cfg.logFile}"
|
||||
''}
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue