lualine.nvim/lua/lualine/extensions/nerdtree.lua

12 lines
210 B
Lua
Raw Normal View History

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