nvlime
nvlime copied to clipboard
A Common Lisp development environment for Neovim
If there are multiple tabs where each has its own REPL window (sharing the same buffer), then an issue occurs that opens a new split with a REPL window instead...
Certain mappings, such as scrolling in floating windows, try to be non-intrusive, and when they can't be applied they use nvim_feedkeys() to replay the original mapping. However, this simple approach...
Is there a way to automatically enable the 'interaction_mode' for every `.lisp` buffer? I couldn't find a setting and I am having troubles finding a workaround. I tried to to...
Hello, I am trying to trace a function but cannot get trace results. Here is my config part: ``` "monkoose/nvlime", ft = { "lisp" }, dependencies = { "monkoose/parsley", },...
bit hard to explain, basically when im typing a package name, after I've typed the colon to access some function or symbol in the package, autocomplete doesn't show up anymore....
I am working through the tutorial's debugging section, and am unable to see the detailed trace after setting the compiler policy. I expect that after setting the policy, compiling, and...