Skip to content

Haskell library for interacting with vim using the netbeans protocol

Notifications You must be signed in to change notification settings

brianhv/vim-netbeans-hs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vim Netbeans Protocol for Haskell

Library to allow remote control of vim using the netbeans protocol.

Status

This project is very experimental. In addition, there are notable limitations in vim's implementation of the protocol. For example:

  • Remotely editing the buffer causes the undo list to be cleared.
  • The "insert" command always appends to the line, even if the insertion point is in the middle of the line. (patch)

About

Haskell library for interacting with vim using the netbeans protocol

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published