Skip to content

Commit

Permalink
chore: autogen (vimdocs+formating)
Browse files Browse the repository at this point in the history
  • Loading branch information
shadmansaleh authored and github-actions[bot] committed Oct 20, 2023
1 parent d3f3395 commit 1dc8b44
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
3 changes: 2 additions & 1 deletion doc/lualine.txt
Original file line number Diff line number Diff line change
Expand Up @@ -954,11 +954,13 @@ extensions with:

- aerial
- chadtree
- ctrlspace
- fern
- fugitive
- fzf
- lazy
- man
- mason
- mundo
- neo-tree
- nerdtree
Expand All @@ -969,7 +971,6 @@ extensions with:
- symbols-outline
- toggleterm
- trouble
- mason


*lualine-Custom-extensions*
Expand Down
12 changes: 10 additions & 2 deletions lua/lualine/extensions/ctrlspace.lua
Original file line number Diff line number Diff line change
@@ -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' }
Expand Down

0 comments on commit 1dc8b44

Please sign in to comment.