Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jbyuki/ntangle-inc.nvim
- Owner: jbyuki
- License: mit
- Created: 2024-08-04T18:27:06.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-04T22:23:35.000Z (3 months ago)
- Last Synced: 2024-10-12T22:54:32.961Z (about 1 month ago)
- Language: Lua
- Size: 51.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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()
```