文件名称:nvim-blamer.lua:新维吉特·布莱默
文件大小:146KB
文件格式:ZIP
更新时间:2024-05-23 03:04:55
Lua
受VS Code的GitLens插件启发的Neovim的git blame插件 要求 neovim版本:> = 0.5.0-dev(或每晚版本) git cli必须存在于您的系统和PATH env中 特征 可配置的消息格式 延迟自动隐藏功能 动态切换 用法 只需安装插件,它应该会自动运行。 例如,使用 Plug ' ttys3/nvim-blamer.lua ' " "" must after plugin loaded, for example, " "" if you are using vim-plug, this should put after `call plug#end()` " "" enable auto show blame info when cursor move call nvimblamer#auto () " "" config the plugin l
【文件预览】:
nvim-blamer.lua-main
----.luacheckrc(659B)
----.gitignore(15B)
----doc()
--------.gitignore(5B)
--------nvim-blamer-lua.txt(275B)
----README.md(3KB)
----plugin()
--------blamer.vim(320B)
----autoload()
--------nvimblamer.vim(345B)
----nvim-blamer-lua.png(144KB)
----lua()
--------util.lua(5KB)
--------nvim-blamer.lua(2KB)
--------nvim-blamer-test.lua(2KB)