Skip to content

Commit

Permalink
docs: auto generate vimdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
vollowx authored and github-actions[bot] committed Aug 9, 2024
1 parent 4db4c77 commit f856405
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions doc/catppuccin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ options and settings.
-- For more plugins integrations please scroll down (https://github.com/catppuccin/nvim#integrations)
},
})

-- setup must be called before loading
vim.cmd.colorscheme "catppuccin"
<
Expand Down Expand Up @@ -388,10 +388,6 @@ colorful-winsep.nvim>lua
}
<

dadbod-ui>lua
dadbod_ui = false
<

dashboard-nvim>lua
dashboard = true
<
Expand All @@ -413,9 +409,9 @@ Update your Feline config to use the Catppuccin components:

>lua
local ctp_feline = require('catppuccin.groups.integrations.feline')

ctp_feline.setup()

require("feline").setup({
components = ctp_feline.get(),
})
Expand All @@ -430,7 +426,7 @@ Here are the defaults:
local clrs = require("catppuccin.palettes").get_palette()
local ctp_feline = require('catppuccin.groups.integrations.feline')
local U = require "catppuccin.utils.colors"

ctp_feline.setup({
assets = {
left_separator = "",
Expand Down Expand Up @@ -680,7 +676,7 @@ Special ~

>lua
local sign = vim.fn.sign_define

sign("DapBreakpoint", { text = "●", texthl = "DapBreakpoint", linehl = "", numhl = ""})
sign("DapBreakpointCondition", { text = "●", texthl = "DapBreakpointCondition", linehl = "", numhl = ""})
sign("DapLogPoint", { text = "◆", texthl = "DapLogPoint", linehl = "", numhl = ""})
Expand Down Expand Up @@ -845,6 +841,10 @@ Use this to set it up:
let g:clap_theme = 'catppuccin'
<

vim-dadbod-ui>lua
dadbod_ui = false
<

vim-gitgutter>lua
gitgutter = false
<
Expand Down

0 comments on commit f856405

Please sign in to comment.