debdutdeb / nvim.el

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nvim.el: Emacs client to Neovim

This is a simple client for Nvim API. It let you control Neovim with Emacs.

(nvim command "echo 'Hello, World!'")
;; => nil

(nvim set-current-line "你好")
;; => nil

(nvim get-current-line)
;; => "你好"

Requirements

About

License:GNU General Public License v3.0


Languages

Language:Emacs Lisp 100.0%