Set up nix LSP support

This commit is contained in:
coolneng 2023-05-22 21:46:06 +02:00
parent f7baa0c089
commit 0b7dc5996a
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 2 additions and 0 deletions

View File

@ -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!)