rktjmp

Results 32 issues of rktjmp

NVIM v0.6.0-dev+266-g5fd21b8d3 Lightspeed: 27625ea437f44570477a608a1091ece9e244fb53 If I have some very long lines which are wrapped, lightspeed doesn't seem to let me search everything visible. This may be a deliberate limitation for...

help wanted

[Hotpot](https://github.com/rktjmp/hotpot.nvim) tracks "macro files" as dependencies for regular Fennel code, so if a macro is edited, any files that `import-macro`'d that file are also re-compiled. It does this by a...

https://github.com/rktjmp/lush.nvim/commit/3df0790319b0985d04e2f09fe879b6c2b15692f2#diff-759ad0f29ac68e6ad6c96817a96182a35d5642444487180c38a8bdd68ff4e300R66 Just need to mock this call.

**This is just a "[work with the shed door open](https://notes.andymatuschak.org/Work_with_the_garage_door_up)" kind of issue, subject to change.** ``` _something_(a, b, x).lush(function(a, b, c) return { Normal { a ... } }...

enhancement

https://gist.github.com/kunzaatko/65c2317018afdbfc69abac9c7737722b

- [x] Allow `source-dir` to be `source-path` where if it's a dir, we iterate contents, if it's a file, we just use the file - other args are the same,...

- Some plugins are destructive on the buffer and destroy the marks. We attempt to restore them but there may be more work we can do. - API terming is...

(Issue not directly related to Hotpot (?) but marked here for now.) Related to https://github.com/bakpakin/Fennel/pull/427 which demonstrates plugins hanging around unintentionally. With the config: ```lua require("hotpot").setup({ provide_require_fennel = true, compiler...

external

When https://github.com/neovim/neovim/pull/15436 is merged, nvim 0.6 will not clobber the default `package.preloader` searcher, so we can insert ourselves at 2 instead of 1. Will have to check against version since...

external