doongjohn

Results 23 comments of doongjohn

Autocomplete works if the path in the $env.PATH is expanded. this works: ```nu $env.PATH ++= [ ('~/.local/bin' | path expand) ('~/apps/nvim/bin' | path expand) ('~/apps/node/bin' | path expand) ('~/apps/gtrash' |...

This is happening because ols uses the type of a variable for the semantic highlighting. ```odin SomeStruct :: struct {} //

Constant in a different module still has incorrect color. ```odin import "vendor:raylib" f :: proc() { red := raylib.RED; // ^^^