mirror of
https://github.com/cap153/nvim.git
synced 2026-05-01 10:55:49 +08:00
添加对字符相关插件
This commit is contained in:
parent
bbc8152ed9
commit
51ee1aebf5
18 changed files with 200 additions and 162 deletions
|
|
@ -3,11 +3,10 @@ if vim.g.vscode then return end
|
|||
|
||||
local P = {
|
||||
name = "snacks.nvim",
|
||||
module = "snacks",
|
||||
}
|
||||
|
||||
PackUtils.load(P, function(plugin)
|
||||
plugin.setup({
|
||||
PackUtils.load(P, function()
|
||||
require("snacks").setup({
|
||||
image = {},
|
||||
lazygit = {},
|
||||
notifier = {}, -- 替代了folke/noice.nvim插件的rcarriga/nvim-notify依赖
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue