chore: autogen (vimdocs+formating)

This commit is contained in:
shadmansaleh 2022-06-21 11:06:47 +00:00 committed by github-actions[bot]
parent ddbbdec27a
commit 5113cdb32f
2 changed files with 9 additions and 3 deletions

View File

@ -800,8 +800,9 @@ extensions with:
- fugitive
- fzf
- man
- nerdtree
- neo-tree
- nerdtree
- nvim-dap-ui
- nvim-tree
- quickfix
- symbols-outline

View File

@ -3,11 +3,16 @@
local M = {}
M.sections = {
lualine_a = { { 'filename', file_status = false } }
lualine_a = { { 'filename', file_status = false } },
}
M.filetypes = {
"dap-repl", "dapui_console", "dapui_watches", "dapui_stacks", "dapui_breakpoints", "dapui_scopes"
'dap-repl',
'dapui_console',
'dapui_watches',
'dapui_stacks',
'dapui_breakpoints',
'dapui_scopes',
}
return M