Hello everyone. Been trying Doom for the last week, and had a good time so far, however I’ve tried to setup auto-activating snippets with the aas
package from ymarco and I simply can’t get then to work. Following the guidelines on the readme and on tecosaur’s github lengthy guide, I’ve tried setting up my package-el
with the following:
(package! aas :recipe (:host github :repo "ymarco/auto-activating-snippets"))
(use-package! aas
(aas-set-snippets 'latex-mode
:cond #'texmathp
"supp" "\\supp"
"On" "O(n)")
)
My expectation is to reproduce my LaTeX workflow with neovim with auto-trigger math snippets and all that good stuff. I have the latex
module
enable and can run all the LaTeX commands already, and also snippets
, so
tab snippets work. The only thing that still doesn’t work are the auto-triggering snippets (supp
and On
there provided as minimal examples).
I might probably be doing something dumb, but I don’t know what. doom doctor
does not return me any error or warning related to this problem specifically either.
Relevant info: My system is Arch Linux, the emacs
package was just installed normally through my package manager and doom
was installed by the git
command with no special fiddling as well. I am using the daemon, and tried with and without the +lsp
for LaTeX but no dice . What am I doing wrong?
Loading data dump...