docs: auto generate vimdoc

This commit is contained in:
vollowx 2024-08-09 12:29:13 +00:00 committed by github-actions[bot]
parent 4db4c77cc1
commit f856405483

View file

@ -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"
<
@ -388,10 +388,6 @@ colorful-winsep.nvim>lua
}
<
dadbod-ui>lua
dadbod_ui = false
<
dashboard-nvim>lua
dashboard = true
<
@ -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(),
})
@ -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 = "",
@ -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 = ""})
@ -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
<