mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
lua: use company-yasnippet backend
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user