chore: autogen (vimdocs+formating)
This commit is contained in:
parent
d3f3395b91
commit
1dc8b44423
@ -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*
|
||||||
|
@ -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' }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user