Set up nix LSP support
This commit is contained in:
parent
f7baa0c089
commit
0b7dc5996a
|
@ -148,3 +148,5 @@
|
||||||
(setq lsp-pyright-use-library-code-for-types nil))
|
(setq lsp-pyright-use-library-code-for-types nil))
|
||||||
;; Set indentation level to 2
|
;; Set indentation level to 2
|
||||||
(setq tab-width 2)
|
(setq tab-width 2)
|
||||||
|
;; Set up nix LSP support
|
||||||
|
(add-hook 'nix-mode-local-vars-hook #'lsp!)
|
||||||
|
|
Loading…
Reference in New Issue