Closed dwarfmaster closed 2 years ago
When vim.fn.stdpath('data') does not exists, logging fails when trying to open the doom.log file. This both adds a check that the log file could be opened, and makes sure the data directory exists when starting neovim.
vim.fn.stdpath('data')
doom.log
Thanks for the PR dwarfmaster! merged!
When
vim.fn.stdpath('data')
does not exists, logging fails when trying to open thedoom.log
file. This both adds a check that the log file could be opened, and makes sure the data directory exists when starting neovim.