2021-03-16 00:37:46 +01:00

12 lines
210 B
Lua

-- Copyright (c) 2020-2021 hoob3rt
-- MIT license, see LICENSE for more details.
local M = {}
M.sections = {lualine_a = {vim.fn.getcwd}}
M.inactive_sections = M.sections
M.filetypes = {'nerdtree'}
return M