Unblock nix by disabling company mode
This commit is contained in:
parent
46f629b479
commit
c1d3ac52a6
|
@ -46,3 +46,5 @@
|
||||||
(setq doom-localleader-key ",")
|
(setq doom-localleader-key ",")
|
||||||
;; Show matching parenthesis on the minibuffer
|
;; Show matching parenthesis on the minibuffer
|
||||||
(after! smartparens (show-smartparens-global-mode t))
|
(after! smartparens (show-smartparens-global-mode t))
|
||||||
|
;; Disable company mode in Nix
|
||||||
|
(setq-hook! 'nix-mode-hook company-idle-delay nil)
|
||||||
|
|
Loading…
Reference in New Issue