chore: autogen (vimdocs+formating)
This commit is contained in:
parent
ddbbdec27a
commit
5113cdb32f
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue