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

@ -0,0 +1,7 @@
;;; config.el --- description -*- lexical-binding: t; -*-
(def-package! company-nixos-options
:when (featurep! :completion company)
:after nix-mode
:config
(set-company-backend! 'nix-mode 'company-nixos-options))