好久不见,今天又来推荐花里胡哨的 NeoVim 插件了。
这里不放截图了,我会贴上每个插件的地址,里面都会有详细的介绍。
Vonr/Align.nvim
一个可以根据某个字符进行对齐的插件。类似与 EasyAlign,但是用 lua 编写的。
https://github.com/Vonr/align.nvim
gen740/SmoothCursor.nvim
一个特别炫酷的光标移动特效,在侧边栏亮瞎狗眼。
https://github.com/gen740/SmoothCursor.nvim
sitiom/nvim-numbertoggle
在绝对行号和相对行号之间切换。
https://github.com/sitiom/nvim-numbertoggle
tomasky/bookmarks.nvim
给代码加书签,方便快速跳转。与 Telescope 可以集成。
https://github.com/tomasky/bookmarks.nvim
johmsalas/text-case.nvim
命名大小写规则转换
https://github.com/johmsalas/text-case.nvim
mvllow/modes.nvim
给不同模式下的 CursorLine 加不同的颜色。
https://github.com/mvllow/modes.nvim
ghillb/cybu.nvim
加一个和 vscode 类似的 Tab 快捷导航。
https://github.com/ghillb/cybu.nvim
sindrets/diffview.nvim
Git diff
https://github.com/sindrets/diffview.nvim
folke/edgy.nvim
可以整的和 vscode 一样的窗口布局
https://github.com/folke/edgy.nvim
tamton-aquib/duck.nvim
写代码和鸭子相伴。不再孤独。
https://github.com/tamton-aquib/duck.nvim
rareitems/printer.nvim
类似 vscode 的 turbo console log 插件。
https://github.com/rareitems/printer.nvim
dnlhc/glance.nvim
类似 vscode 的代码引用、定义的预览。
https://github.com/dnlhc/glance.nvim
rmagatti/goto-preview
浮动窗口显示代码引用、定义的预览。
https://github.com/rmagatti/goto-preview
TobinPalmer/rayso.nvim
选定代码用 ray.so 生成漂亮的代码预览图。
https://github.com/TobinPalmer/rayso.nvim
petertriho/nvim-scrollbar
增加滚动条。
https://github.com/petertriho/nvim-scrollbar
utilyre/sentiment.nvim
光标在配对块内时高亮配对。
https://github.com/utilyre/sentiment.nvim
sidebar-nvim/sidebar.nvim
增加一个侧边栏。可以显示 Outline,Docker 等信息。
https://github.com/sidebar-nvim/sidebar.nvim
luukvbaal/statuscol.nvim
增加一个对代码可以折叠的条,可以使用鼠标操作。
https://github.com/luukvbaal/statuscol.nvim
chaoren/vim-wordmotion
支持在不同的 case 之间使用 textobject 移动。
https://github.com/chaoren/vim-wordmotion
此文由 Mix Space 同步更新至 xLog
原始链接为 https://innei.in/posts/Z-Turn/nvim-plugin-recommend