Remove Nix LSP support

This commit is contained in:
coolneng 2023-08-10 19:33:27 +02:00
parent a1c2007852
commit fb09e42be9
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 0 additions and 2 deletions

View File

@ -155,8 +155,6 @@
(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!)
;; Move buffer while maintaining cursor centered
(use-package! centered-cursor-mode
:config