micangl

Results 4 issues of micangl

Output of `awesome --version`: ``` awesome v4.3 (Too long) • Compiled against Lua 5.3.6 (running with Lua 5.3) • D-Bus support: ✔ • execinfo support: ✔ • xcb-randr version: 1.6...

bug
confirmed

In the new branch `test_highlighting` is available a feature I had wanted to implement for some time. Basically, it highlights the bibliographic keys in the documentation windows: ![2024-02-23T17:40:20,979233542+01:00](https://github.com/micangl/cmp-vimtex/assets/142919381/4afdcdcf-8b7c-448f-b465-ada88418a660) I haven't...

I've been wondering what would be the best way to selective enable certain groups of snippets. For example, I may be taking different courses and need latex snippets for each...

I have the following snippets: ```lua local f1 = function(args, parent) if string.match(args[1][1], [[\frac]]) then return [[\left]] else return "" end end local f2 = function(args, parent) if string.match(args[1][1], [[\frac]])...