stg73/ghosttext.nvim
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
GhostText (https://github.com/fregante/GhostText) のためのNeovimプラグイン Pythonなどの外部に依存せず、Neovimの機能のみを使う。 通信には、luvを使う socket.nvim を使っている。そのため、以下のプラグインに依存する: https://github.com/stg73/socket.nvim (通信) https://github.com/stg73/modules.nvim (socket.nvim が依存 SHA1など) 使い方: 次のLuaを実行する: require("ghosttext").start() 詳細はvimdocを参照