mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
js: remove company-yasnippet backend
This commit is contained in:
@ -6,7 +6,7 @@
|
|||||||
:init (add-hook 'js2-mode-hook 'tern-mode)
|
:init (add-hook 'js2-mode-hook 'tern-mode)
|
||||||
:config
|
:config
|
||||||
(def-repl! js2-mode nodejs-repl)
|
(def-repl! js2-mode nodejs-repl)
|
||||||
(def-company-backend! js2-mode (tern yasnippet))
|
(def-company-backend! js2-mode (tern))
|
||||||
(def-docset! js2-mode "js,jquery,nodejs,angularjs,express")
|
(def-docset! js2-mode "js,jquery,nodejs,angularjs,express")
|
||||||
(def-electric! js2-mode :chars (?\} ?\) ?.) :words ("||" "&&"))
|
(def-electric! js2-mode :chars (?\} ?\) ?.) :words ("||" "&&"))
|
||||||
(setq-default
|
(setq-default
|
||||||
|
Reference in New Issue
Block a user