mirror of
https://github.com/cap153/nvim.git
synced 2025-12-28 12:54:56 +08:00
更新blink.cmp命令行相关配置
This commit is contained in:
parent
5528ddf7d2
commit
1a430bf24b
11 changed files with 161 additions and 235 deletions
|
|
@ -1,6 +1,11 @@
|
|||
return {
|
||||
'MeanderingProgrammer/render-markdown.nvim',
|
||||
dependencies = { 'nvim-treesitter/nvim-treesitter', 'echasnovski/mini.nvim' }, -- if you use the mini.nvim suite
|
||||
"MeanderingProgrammer/render-markdown.nvim",
|
||||
ft = { "markdown" },
|
||||
cond = function()
|
||||
return vim.bo.filetype ~= "kitty-scrollback"
|
||||
end,
|
||||
event = "VeryLazy",
|
||||
dependencies = { "nvim-treesitter/nvim-treesitter", "echasnovski/mini.nvim" }, -- if you use the mini.nvim suite
|
||||
---@module 'render-markdown'
|
||||
---@type render.md.UserConfig
|
||||
opts = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue