company-nim is now bundled with nim-mode

Fixes #3935
This commit is contained in:
Robert O'Connor 2015-11-24 00:47:23 -05:00 committed by Eivind Fonn
parent 0c57b94cf4
commit a842d5bdf8
1 changed files with 0 additions and 2 deletions

View File

@ -1,6 +1,5 @@
(setq nim-packages
'(company
company-nim
flycheck
flycheck-nim
nim-mode))
@ -8,7 +7,6 @@
(defun nim/post-init-company ()
(spacemacs|add-company-hook nim-mode))
(defun nim/init-company-nim ())
(defun nim/post-init-flycheck ()
(spacemacs/add-flycheck-hook 'nim-mode))