Skip to content

Commit

Permalink
chore(selene): update and sort types (#600)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtnvgr committed Oct 26, 2023
1 parent f7638a1 commit b359f3e
Showing 1 changed file with 151 additions and 25 deletions.
176 changes: 151 additions & 25 deletions vim.yml
Expand Up @@ -216,62 +216,94 @@ globals:
type: table
property: read-only

O.integrations.cmp:
type: bool
property: read-only
O.integrations.dashboard:
O.integrations.aerial:
type: bool
property: read-only
O.integrations.alpha:
type: bool
property: read-only
O.integrations.flash:
O.integrations.barbar:
type: bool
property: read-only
O.integrations.gitsigns:

O.integrations.barbecue.dim_dirname:
type: bool
property: full-write
O.integrations.markdown:
property: read-only
O.integrations.barbecue.bold_basename:
type: bool
property: read-only
O.integrations.nvimtree:
O.integrations.barbecue.dim_context:
type: bool
property: read-only
O.integrations.semantic_tokens:
O.integrations.barbecue.alt_background:
type: bool
property: read-only

O.integrations.telescope.enabled:
O.integrations.beacon:
type: bool
property: read-only
O.integrations.telescope.style:
type: string

O.integrations.cmp:
type: bool
property: read-only

O.integrations.treesitter:
O.integrations.coc_nvim:
type: bool
property: read-only
O.integrations.ts_rainbow:

O.integrations.dap.enabled:
type: bool
property: read-only
O.integrations.ts_rainbow2:
O.integrations.dap.enable_ui:
type: bool
property: read-only
O.integrations.rainbow_delimiters:

O.integrations.dashboard:
type: bool
property: read-only

O.integrations.window_picker:
O.integrations.dropbar:
type: table
property: read-only
O.integrations.dropbar.enabled:
type: bool
property: read-only
O.integrations.dropbar.color_mode:
type: bool
property: read-only

O.integrations.barbecue.dim_dirname:
O.integrations.feline:
type: bool
property: read-only
O.integrations.barbecue.bold_basename:
O.integrations.fern:
type: bool
property: read-only
O.integrations.barbecue.dim_context:
O.integrations.fidget:
type: bool
property: read-only
O.integrations.flash:
type: bool
property: read-only
O.integrations.gitgutter:
type: bool
property: read-only
O.integrations.gitsigns:
type: bool
property: full-write
O.integrations.harpoon:
type: bool
property: read-only
O.integrations.headlines:
type: bool
property: read-only
O.integrations.hop:
type: bool
property: read-only

O.integrations.illuminate.enabled:
type: bool
property: read-only
O.integrations.illuminate.lsp:
type: bool
property: read-only

Expand All @@ -285,6 +317,25 @@ globals:
type: bool
property: read-only

O.integrations.leap:
type: bool
property: read-only
O.integrations.lightspeed:
type: bool
property: read-only
O.integrations.lsp_saga:
type: bool
property: read-only
O.integrations.lsp_trouble:
type: bool
property: read-only
O.integrations.markdown:
type: bool
property: read-only
O.integrations.mason:
type: bool
property: read-only

O.integrations.mini.enabled:
type: bool
property: read-only
Expand Down Expand Up @@ -336,13 +387,88 @@ globals:
type: string
property: read-only

O.integrations.dropbar:
type: table
O.integrations.neogit:
type: bool
property: read-only
O.integrations.dropbar.enabled:
O.integrations.neotest:
type: bool
property: read-only
O.integrations.dropbar.color_mode:
O.integrations.neotree:
type: bool
property: read-only
O.integrations.noice:
type: bool
property: read-only
O.integrations.NormalNvim:
type: bool
property: read-only
O.integrations.notifier:
type: bool
property: read-only
O.integrations.notify:
type: bool
property: read-only
O.integrations.nvimtree:
type: bool
property: read-only
O.integrations.octo:
type: bool
property: read-only
O.integrations.overseer:
type: bool
property: read-only
O.integrations.pounce:
type: bool
property: read-only
O.integrations.rainbow_delimiters:
type: bool
property: read-only
O.integrations.sandwich:
type: bool
property: read-only
O.integrations.semantic_tokens:
type: bool
property: read-only
O.integrations.symbols_outline:
type: bool
property: read-only
O.integrations.telekasten:
type: bool
property: read-only

O.integrations.telescope.enabled:
type: bool
property: read-only
O.integrations.telescope.style:
type: string
property: read-only

O.integrations.treesitter:
type: bool
property: read-only
O.integrations.treesitter_context:
type: bool
property: read-only
O.integrations.ts_rainbow:
type: bool
property: read-only
O.integrations.ts_rainbow2:
type: bool
property: read-only

O.integrations.ufo:
type: bool
property: read-only
O.integrations.vim_sneak:
type: bool
property: read-only
O.integrations.vimwiki:
type: bool
property: read-only
O.integrations.which_key:
type: bool
property: read-only
O.integrations.window_picker:
type: bool
property: read-only

Expand Down

0 comments on commit b359f3e

Please sign in to comment.