diff options
| author | jdhao <jdhao@hotmail.com> | 2022-09-10 23:55:22 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2022-09-10 23:55:22 +0800 |
| commit | aaeb6a813a9044892e5bb76ba4a3a61db08eae4d (patch) | |
| tree | 6a1dc5a4f79f08678bdb8903a7920e8545718fa7 /lua/utils.lua | |
| parent | 9ba728e201657892681cafc2c6fe8ad997873b49 (diff) | |
format with stylua
Diffstat (limited to 'lua/utils.lua')
| -rw-r--r-- | lua/utils.lua | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lua/utils.lua b/lua/utils.lua index c2bb85f..d3198ac 100644 --- a/lua/utils.lua +++ b/lua/utils.lua @@ -20,7 +20,7 @@ function M.may_create_dir(dir) local res = fn.isdirectory(dir) if res == 0 then - fn.mkdir(dir, 'p') + fn.mkdir(dir, "p") end end @@ -31,7 +31,6 @@ function M.get_nvim_version() return nvim_ver_str end - --- Generate random integers in the range [Low, High], inclusive, --- adapted from https://stackoverflow.com/a/12739441/6064933 --- @low: the lower value for this range |
