Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(selene): update and sort types #600

Merged
merged 1 commit into from
Oct 26, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
176 changes: 151 additions & 25 deletions vim.yml
Original file line number Diff line number Diff line change
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
Loading