lang/nix: add popup rule for nixos-options-doc
This commit is contained in:
parent
3f4eaec1af
commit
07b2883bc3
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
(set-company-backend! 'nix-mode 'company-nixos-options)
|
||||
(set-lookup-handlers! 'nix-mode
|
||||
:documentation '(+nix/lookup-option :async t))
|
||||
(set-popup-rule! "^\\*nixos-options-doc\\*$" :ttl 0 :quit t)
|
||||
|
||||
(map! :localleader
|
||||
:map nix-mode-map
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue