trumpetkern27/nvim-camel

GitHub: trumpetkern27/nvim-camel

一个在 Neovim 中显示 ASCII 骆驼动画的趣味装饰插件。

Stars: 6 | Forks: 0

# nvim-camel 🐪 在你的屏幕上放置一只 ASCII 骆驼。 camel ## 安装 **lazy.nvim** ``` { "trumpetkern27/nvim-camel", opts = {} } ``` **packer.nvim** ``` { "trumpetkern27/nvim-camel", config = function() require("camel").setup() end } ``` ## 配置 ``` require("camel").setup({ color = "#C8A97E", -- hex color for the camel right = 5, -- how many columns from the right the window ends top = 5, -- row position from top ticks = 150, -- ms per animation frame }) ``` ## 用法 | 命令 | 描述 | |-----------------|---------------------------| |`:CamelShow` | 显示骆驼 | |`:CamelStart` | 召唤并让骆驼行走 | |`:CamelStop` | 停止骆驼行走 | |`:CamelHide` | 隐藏骆驼 | ## 要求 - Neovim 0.10+ 版权所有 (C) 2026 Zach Kern 本项目基于 GNU General Public License v3.0 或更高版本进行授权。 有关详细信息,请参阅 LICENSE 文件。
标签:rizin