remove conf.lua file

This commit is contained in:
kyazdani42
2020-02-19 18:47:02 +01:00
parent e29c9fb4ee
commit 5ab65e98b3
4 changed files with 12 additions and 38 deletions

View File

@@ -12,6 +12,8 @@ local open_dir = stateutils.open_dir
local check_dir_access = stateutils.check_dir_access
local refresh_tree = stateutils.refresh_tree
local is_dir = stateutils.is_dir
local set_root_path = stateutils.set_root_path
local get_cwd = stateutils.get_cwd
local winutils = require 'lib/winutils'
local update_view = winutils.update_view
@@ -20,10 +22,6 @@ local close = winutils.close
local open = winutils.open
local set_mappings = winutils.set_mappings
local conf = require 'lib/conf'
local set_root_path = conf.set_root_path
local get_cwd = conf.get_cwd
local git = require 'lib/git'
local refresh_git = git.refresh_git
local force_refresh_git = git.force_refresh_git