mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
@ -29,6 +29,9 @@
|
||||
;; dreadfully slow. It can still be invoked manually..
|
||||
(setq-hook! 'nix-mode-hook company-idle-delay nil)
|
||||
|
||||
(when (featurep! +lsp)
|
||||
(add-hook 'nix-mode-local-vars-hook #'lsp! 'append))
|
||||
|
||||
(map! :localleader
|
||||
:map nix-mode-map
|
||||
"f" #'nix-update-fetch
|
||||
|
Reference in New Issue
Block a user