Jan Ph. H.
Jan Ph. H.
Sidenode: The warnings could be updated. ```txt LLD Link... warning: unknown warning option '-Wno-class-memaccess'; did you mean '-Wno-class-varar gs'? [-Wunknown-warning-option] [ 40%] Building CXX object lib/Target/RISCV/Disassembler/CMakeFiles/LLVMRISCVDisassembler.dir/RISC VDisassembler.cpp.o [ 40%] Linking...
> main namespace Unfortunately the vim grammar is rather primitive/simple in that any nesting logic must be encoded explicitly with regexes (and the rather long regex becomes more slow to...
@YohananDiamond The alternative is to go out full crazy with implementing a parser in vim. The problem with nvim-treesitter is that it adds significant initial delay for big files (>a...
@SamTebbs33 Did you try swapping, ie to write in `ftplugin/zig.vim` ```vim let &l:path= &l:path . ',' . json_decode(s:env)['std_dir'] ``` Vim/Neovim should then first look in the current path.
1. This looks like ANSI escape codes are not properly handled. So it looks like a problem from the terminal emulator you use and the vim setup. 2. You provide...
Comparison table would always be great. As I checked crates.io I searched for the keywords `cleanup` `free` `clean` (for which your crate sadly is not tagged) and found: 1. https://github.com/whitfin/detox...
You can adapt the example and use https://github.com/ishan9299/nvim-solarized-lua or https://github.com/shadmansaleh/solarized.nvim as idea.
@glepnir Can you elaborate how this would be a problem? I wanted to discuss first before creating a PR.
Either 1. check this with a perf/complexity cost or 2. document the behavior
There is no good reasoning yet, because the final decision on what to make const and var is still outstanding/discussed without clear guideline/semantic decision being made.