Ilham Fajri Umar
Ilham Fajri Umar
It's Zetta industries. it used to have mod integration with computer craft, but it doesn't work anymore. but I can put the modem on the battery tap and read the...
i think i found the source of my problem https://github.com/awesomeWM/awesome/blob/e6f5c7980862b7c3ec6c50c643b15ff2249310cc/lib/awful/prompt.lua#L632 i believed there is supposed to be a return statement after this line
you mean like this ``` field_expression [12, 8] - [12, 42] value: call_expression [12, 8] - [12, 37] function: field_expression [12, 8] - [12, 21] value: identifier [12, 8] -...
probably my config, i use lazyvim with custom tweaks, i think it break some stuff. i will try to look into it
sorry for late response. does adding the snippet using `loaders.from_lua` affect the result? the snippet is actually part of my project based snippet here is my snippets ```lua local tsp...
> ## config > ```lua > local treesitter_postfix = require("luasnip.extras.treesitter_postfix").treesitter_postfix > local postfix_builtin = require("luasnip.extras.treesitter_postfix").builtin > > ls.add_snippets("javascript", { > treesitter_postfix({ > trig = ".mv", > matchTSNode = postfix_builtin.tsnode_matcher.find_topmost_types({ >...