chore: autogen (vimdocs+formating)

This commit is contained in:
shadmansaleh 2023-10-20 03:32:59 +00:00 committed by github-actions[bot]
parent d3f3395b91
commit 1dc8b44423
2 changed files with 12 additions and 3 deletions

View File

@ -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*

View File

@ -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' }