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 - fugitive
- fzf - fzf
- man - man
- nerdtree
- neo-tree - neo-tree
- nerdtree
- nvim-dap-ui
- nvim-tree - nvim-tree
- quickfix - quickfix
- symbols-outline - symbols-outline

View File

@ -3,11 +3,16 @@
local M = {} local M = {}
M.sections = { M.sections = {
lualine_a = { { 'filename', file_status = false } } lualine_a = { { 'filename', file_status = false } },
} }
M.filetypes = { 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 return M