shift
shift
When I have used lightspeed.nvim, it was disabling concealing of current buffer. Meanwhile with leap.nvim concealing is still present. It would be much better to have an option to disable...
File: ``` @document.meta tangle: ./foo.bar @end @code bar test @end ``` Running `:Neorg tangle current-file`: Nothing to tangle! When directly specifying the file with `#tangle` tag tangling works. The filetype...
Basically this module is somekind alternative of `:Tutor`, but only for neorg format. This lets user discover useful features via interactive guide besides specs.
The title says it
Currently every neosh session is being logged into one file, neosh.log. We probably would like to split up logs by sessions or _time_.
`echo "print(1)" | neosh` should produce `1` in the output; shell would not appear on the screen. Meanwhile after piping shell process still runs and command piped to it was...
- [x] TUI boilerplate - [x] Render loop - [x] Buffer (stores output) - [x] Prompt - [x] Lua - [x] Commands - [ ] History saving
Must be done right before 0.1 release as we don't want to have merge conflicts.