diff --git a/config.el b/config.el index 2df1cea..421a711 100644 --- a/config.el +++ b/config.el @@ -148,3 +148,5 @@ (setq lsp-pyright-use-library-code-for-types nil)) ;; Set indentation level to 2 (setq tab-width 2) +;; Set up nix LSP support +(add-hook 'nix-mode-local-vars-hook #'lsp!)