Guillermo Saez Santana
Results
2
comments of
Guillermo Saez Santana
Hi, I also noticed this issue with `erlang` and `erlang_ls` and the `-` prefix when adding module attributes, for example: ```erlang -module(). -behaviour(gen_server). ``` I think this falls into the...
I was able to prevent this from happening by disabling the `auto_brackets` ```lua completion = { accept = { auto_brackets = { enabled = false } } } ```