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 - aerial
- chadtree - chadtree
- ctrlspace
- fern - fern
- fugitive - fugitive
- fzf - fzf
- lazy - lazy
- man - man
- mason
- mundo - mundo
- neo-tree - neo-tree
- nerdtree - nerdtree
@ -969,7 +971,6 @@ extensions with:
- symbols-outline - symbols-outline
- toggleterm - toggleterm
- trouble - trouble
- mason
*lualine-Custom-extensions* *lualine-Custom-extensions*

View File

@ -1,10 +1,18 @@
local M = {} local M = {}
M.sections = { 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_b = { 'ctrlspace#api#StatuslineModeSegment' },
lualine_y = { 'ctrlspace#api#StatuslineTabSegment' }, lualine_y = { 'ctrlspace#api#StatuslineTabSegment' },
lualine_z = { function() return 'CtrlSpace' end }, lualine_z = {
function()
return 'CtrlSpace'
end,
},
} }
M.filetypes = { 'ctrlspace' } M.filetypes = { 'ctrlspace' }