db448f41e6
Apply initial stylua format Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
12 lines
236 B
Lua
12 lines
236 B
Lua
-- Copyright (c) 2020-2021 hoob3rt
|
|
-- MIT license, see LICENSE for more details.
|
|
local nerdtree = require 'lualine.extensions.nerdtree'
|
|
|
|
local M = {}
|
|
|
|
M.sections = vim.deepcopy(nerdtree.sections)
|
|
|
|
M.filetypes = { 'NvimTree' }
|
|
|
|
return M
|