feat: added nerdtree extension
This commit is contained in:
parent
add3045cdc
commit
303edcfe96
|
@ -0,0 +1,16 @@
|
||||||
|
-- Copyright (c) 2020-2021 hoob3rt
|
||||||
|
-- MIT license, see LICENSE for more details.
|
||||||
|
|
||||||
|
local M = {}
|
||||||
|
|
||||||
|
M.sections = {
|
||||||
|
lualine_a = { vim.fn.getcwd },
|
||||||
|
}
|
||||||
|
|
||||||
|
M.inactive_sections = {
|
||||||
|
lualine_a = { vim.fn.getcwd },
|
||||||
|
}
|
||||||
|
|
||||||
|
M.filetypes = { 'nerdtree' }
|
||||||
|
|
||||||
|
return M
|
Loading…
Reference in New Issue