lua: use company-yasnippet backend

This commit is contained in:
Henrik Lissner 2016-04-06 03:23:11 -04:00
parent 38eaa19dc0
commit 765b22c16a

View file

@ -5,7 +5,8 @@
:interpreter "lua"
:init
(define-repl! lua-mode narf/inf-lua)
(add-hook! lua-mode 'flycheck-mode)
(define-company-backend! lua-mode (yasnippet))
(add-hook 'lua-mode-hook 'flycheck-mode)
(after! company-dict
(add-to-list 'company-dict-minor-mode-list 'love-mode))
(add-hook! lua-mode