Skip to content

xiashuangxi/erd.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

这是一个专门用于 Neovim 的 Lua 插件集合,它包含多个不同的独立模块,每个模块都可以作为一个单独的插件使用。

开源协议

目录

安装

模块

erd.attention

高亮显示光标的行、列,改变光标的颜色,使注意力关注在编辑处。

'erd.attention' 的示例
red.attention.mp4

默认配置

{
    -- 列高亮
    line = true,

    -- 行高亮
    column = true,

    -- n, v, c 模式下的光标颜色
    nvc_color = __color,

    -- 插入模式下光标的颜色
    i_color = __color,

    -- 插入模式下光标的宽度
    i_width = __width,
}

erd.ladder

快速跳转到行

'erd.ladder' 的示例
erd.ladder.mp4

运行

:lua require('erd.ladder').show()

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages