chore: autogen (vimdocs+formating)
This commit is contained in:
parent
d3f3395b91
commit
1dc8b44423
|
@ -954,11 +954,13 @@ extensions with:
|
|||
|
||||
- aerial
|
||||
- chadtree
|
||||
- ctrlspace
|
||||
- fern
|
||||
- fugitive
|
||||
- fzf
|
||||
- lazy
|
||||
- man
|
||||
- mason
|
||||
- mundo
|
||||
- neo-tree
|
||||
- nerdtree
|
||||
|
@ -969,7 +971,6 @@ extensions with:
|
|||
- symbols-outline
|
||||
- toggleterm
|
||||
- trouble
|
||||
- mason
|
||||
|
||||
|
||||
*lualine-Custom-extensions*
|
||||
|
|
|
@ -1,10 +1,18 @@
|
|||
local M = {}
|
||||
|
||||
M.sections = {
|
||||
lualine_a = { function() return vim.fn['ctrlspace#context#Configuration']().Symbols.CS end },
|
||||
lualine_a = {
|
||||
function()
|
||||
return vim.fn['ctrlspace#context#Configuration']().Symbols.CS
|
||||
end,
|
||||
},
|
||||
lualine_b = { 'ctrlspace#api#StatuslineModeSegment' },
|
||||
lualine_y = { 'ctrlspace#api#StatuslineTabSegment' },
|
||||
lualine_z = { function() return 'CtrlSpace' end },
|
||||
lualine_z = {
|
||||
function()
|
||||
return 'CtrlSpace'
|
||||
end,
|
||||
},
|
||||
}
|
||||
|
||||
M.filetypes = { 'ctrlspace' }
|
||||
|
|
Loading…
Reference in New Issue