Skip to content
This repository has been archived by the owner on Apr 7, 2023. It is now read-only.

kurotych/crabix-desktop.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Crabix-desktop.nvim

Neovim plugin (client) to communicate with crabix-desktop by Unix socket.
In early testing & development stage. But I already use it on my Linux machine for daily routines.

demo

Requerements

  • Linux or MacOS (since communication by Unix socket)
  • Installed crabix-desktop (>=0.2 version)

Installation

Packer.nvim

use("kurotych/crabix-desktop.nvim")

Bindings

-- Run markdown preview for current buffer
vim.keymap.set("n", "mp", ":lua require'crabix-desktop'.markdown_preview()<CR>", { silent = true })

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages