Mark Volkmann

Results 97 comments of Mark Volkmann

The configuration you shared works for me to enable quitting by pressing ctrl-c. But if I change "c-c" to "esc", pressing the escape key does not quit. I wonder if...

@MikeMoolenaar That would be great. Thanks!

I'm running into the same issue. I want to find a way to close the server-side connection when the client side calls the `close` method on the `EventSource`. I have...

@sor4chi I tried your suggestion. It did not work for me. The client calls `eventSource.close()`, but the `stream.onAbort` callback function is never executed. You can see my simple client code...

Any progress on this? I'm using AstroNvim which uses Lazy to manage plugins. I haven't landed on a way to successfully configure nvim-orgmode. The error I get is "no parser...

Thanks! I copied your configuration. When I start nvim I get this: Error detected while processing User Autocommands for "AstroMasonLspSetup"..FileType Autocommands for "org": Error executing lua callback: ...0.9.0/share/nvim/runtime/lua/vim/treesitter/language.lua:94: no parser...

Yes. It is at https://github.com/mvolkmann/MyUnixEnv. See the `.config` directory there. Thanks so much for looking at this! Part of the code in tree-sitter.lua is commented out for now. But I...

That is on line 28 in my tree-sitter.lua file. The block it is inside is currently commented out, but I get the error I described when I uncomment that block....

I just now ran `:TSUpdate`, uncommented that block of code in my `tree-sitter.lua` file, and restarted nvim. That certainly changed things! Now when I open a `.org` file I get...

For now I have gotten past the error by commenting out the following line in my `.config/nvim/lua/astronvim/utils/init.lua` file. I don't know what issues that may cause, but orgmode is working...