Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jbyuki/ntangle-inc.nvim

Incremental tangling for ntangle.nvim
https://github.com/jbyuki/ntangle-inc.nvim

Last synced: 4 days ago
JSON representation

Incremental tangling for ntangle.nvim

Awesome Lists containing this project

README

        

ntangle-inc.nvim
===========

Incremental tangling for [ntangle.nvim](https://github.com/jbyuki/ntangle.nvim.git).
See [here](https://github.com/jbyuki/ntangle.nvim/wiki/ntangle%E2%80%90inc.nvim) for more informations.

Testing
-------

Note that it is **very** experimental, proceed only if you know what are you doing.

* Compile [this neovim fork](https://github.com/jbyuki/neovim)

* Put the following in `init.lua`:

```lua
require"ntangle-inc".start()
```