Added company backend for nixos-options

This commit is contained in:
Patrick Elliott 2018-07-16 15:49:11 +02:00
parent c31bb6a744
commit 39419dee17
2 changed files with 10 additions and 0 deletions

View file

@ -2,3 +2,6 @@
;;; lang/nix/packages.el
(package! nix-mode)
(when (featurep! :completion company)
(package! company-nixos-options))