make code faster and cleaner in file.lua and winutils.lua

This commit is contained in:
kyazdani42
2020-02-19 19:43:03 +01:00
parent bb38758960
commit 3945771fb5
4 changed files with 44 additions and 34 deletions

View File

@@ -23,3 +23,4 @@
- open automatically when opening neovim with `nvim` or `nvim .`
- cd command to move faster accross the fs if needed
- quickly find file in the directory structure
- use libuv functions instead of `touch` and `mkdir` in `add_file()`