Remove Nix LSP support
This commit is contained in:
parent
a1c2007852
commit
fb09e42be9
|
@ -155,8 +155,6 @@
|
||||||
(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!)
|
|
||||||
;; Move buffer while maintaining cursor centered
|
;; Move buffer while maintaining cursor centered
|
||||||
(use-package! centered-cursor-mode
|
(use-package! centered-cursor-mode
|
||||||
:config
|
:config
|
||||||
|
|
Loading…
Reference in New Issue