Skip to content
Julien Burkhard edited this page Aug 4, 2024 · 8 revisions

The objective is to achieve comprehensive support for ntangle.nvim in Neovim, including features like LSP and syntax highlighting directly within the literate programming files.

Screenshot 2024-08-04 204429

LSP and syntax highlighting directly in the literate programming file

To this end, ntangle-inc.nvim introduces incremental tangling. This approach involves the use of hidden buffers that are updated whenever changes are made to the literate buffer. Analysis, such as LSP operations, is performed on these hidden buffers, and the results are then reflected back in the main buffer.