doongjohn
doongjohn
In order to update function information(highlighting, jump to def, ...) defined within a function, do I have to execute the outer function? It's confusing because the way it works is...
I found out the message is defined here (line: 2144): https://github.com/nim-lang/Nim/blob/31ee75f10e6482cd482d329507190ac850eee2cf/compiler/semstmts.nim#L2133-L2147 I guess nimsuggest is not using the `--mm:orc` as a default. So I set the mm to orc via...
@metaleap It's [Iosevka](https://typeof.net/Iosevka/).
@alex65536 https://github.com/nim-lang/Nim/issues/23714 does not "leak" even if I do multiple `try except`. However this issue actually leaks: ```nim # with one try except try: var a = @[0] a[1] =...
I actually think patched version looks better. 🤔
> Please try the original fonts from THIS link: > > https://github.com/eigilnikolajsen/commit-mono/tree/main/src/fonts/fontlab > Please do a comparison and report back 😺 Unpatched one is still thicker than the patched one....
> Maybe you can check that font, and produce a screenshot like the ones before. Sorry to bother you with this, but I have no Windows box here; usually I...
> I still think nerd font version is the best looking one. 😮 After using `CommitMonoV143 400` for a bit, I think the "proper" version looks better than the bugged...
Is there any update on this issue?
> it'd also be rad to be able to set the highlight for hidden folder vs hidden file oil.nvim has this feature: https://github.com/stevearc/oil.nvim/issues/578#issuecomment-2676305085 I really want this feature for neo-tree...