SuperCuber

Results 108 comments of SuperCuber

Finally got around to knocking some issues out. Could you explain why the path can't be used as a toml section? The syntax you posted looks like it would work...

https://www.youtube.com/watch?v=RaMIIpc46gM with every keystroke

This on startup https://www.youtube.com/watch?v=7nQ2oiVqKHw

Completely unrelated, but I really like the *ahem* features of the language and would like to try using it as a personal "calculator language" for quick n dirty stuff. I...

Could you also send the `global.toml` file? To see what you're trying to override. If you have other properties for the complex template in the global.toml you will need to...

Same here, seems there was an attempt to fix it but it doesn't look like it worked https://github.com/nvim-neorg/tree-sitter-norg/commit/5e2495f427d417b8aac5b47e296809cb36668761

Rest of the error for me: ``` Failed to execute the following command: { cmd = "cc", err = "Error during compilation", info = "Compiling...", opts = { args =...

@VanshajSaxena you got it working on mac m1 using that, and you had the errors above before that? Could you please reproduce with/without? I find it hard to believe that...

Got it working! After installing a recent c++ compiler with `brew install gcc` and selecting it like so: ``` $ gcc --version Apple clang version 15.0.0 (clang-1500.3.9.4) Target: arm64-apple-darwin23.4.0 Thread...

> > Apple clang version 15.0.0 (clang-1500.3.9.4) > > I thought Apple provides clang and gcc with Xcode? You can install the command line tools with > > ``` >...