chore: autogen (vimdocs+formating)
This commit is contained in:
parent
ddbbdec27a
commit
5113cdb32f
|
@ -800,8 +800,9 @@ extensions with:
|
|||
- fugitive
|
||||
- fzf
|
||||
- man
|
||||
- nerdtree
|
||||
- neo-tree
|
||||
- nerdtree
|
||||
- nvim-dap-ui
|
||||
- nvim-tree
|
||||
- quickfix
|
||||
- symbols-outline
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue