Plume
Plume
Thanks for your reply ! ```console $ which -a clang /usr/bin/clang $ clang --version Apple clang version 15.0.0 (clang-1500.3.9.4) Target: arm64-apple-darwin23.4.0 Thread model: posix InstalledDir: /Library/Developer/CommandLineTools/usr/bin ``` It seems like...
Update: I removed `gcc` from nix, and it worked. Thanks ! Although I don't know the internals of opam, maybe it's a good idea to invoke `clang` directly on macOS...
> I'm wondering if we should unconditionally tweak the name of the C compiler on macOS builds (in order to stop this from happening) or at least provide an ability...
UPDATE: apparently this prevents jdtls from figuring out what files are project files. I'm having the same issue, it could indeed be triggered because the `-data` argument is too long....
@mattfbacon I think it has to be unique per project, at least for neovim. I forgot where I got this idea from, but check this out https://github.com/mfussenegger/nvim-jdtls/issues/459#issuecomment-1544027870 I've only seen...
@Lamby777 I'm not sure, could you verify that? I actually stopped using this plugin for a while, since I open more than one instance of nvim, it doesn't know which...
I second this. I have a LaTeX document that needs to be spellchecked in French, but I have the line ```tex \usepackage[english]{babel} ``` in the beginning of the file. The...
Agree on this, `fish` configurations uses RRGGBB without the hash sign (it becomes a comment otherwise). Adding custom regex support would make configuring my shell colorscheme so much easier! #...
> Unfortunately, I don't think this would be easy to implement in haskell-tools.nvim, as it is [haskell-language-server](https://github.com/haskell/haskell-language-server) that evaluates the code snippet and adds the result to the document. I...
I'm having the same issue, I would like to be able to help to provide more information, is there anything I can do ? Thanks !