lite-xl/data
Francesco 98164f6d4f
Integrate mkdirp function in common module (#265)
Move the function mkdirp into common to be generally available.

Use the new common.mkdirp from create_user_directory() from
core/init.lua replacing previous parent directory creation code
within the function.

The previous mkdirp function did not work on Windows where
absolute paths starts with a drive letter. The code from
create_user_directory() did not have this problem but was wrong
in the way it was creating the nested directories.

The new implementation in common.mkdirp fix both problems.
2021-06-13 19:50:42 +02:00
..
colors Implement user's config as init file and add directory into package.path 2020-12-02 16:03:31 +01:00
core Integrate mkdirp function in common module (#265) 2021-06-13 19:50:42 +02:00
fonts Use FiraSans regular for UI 2021-05-27 13:49:33 +02:00
plugins Fix error in workspace file error reporting 2021-06-08 12:06:54 +02:00