feat(emacs): Basic LSP
Includes basic Nix-mode config for the sake of testing the LSP.
This commit is contained in:
8
users/crumb/programs/emacs/modules/lang/syd-lang-nix.el
Normal file
8
users/crumb/programs/emacs/modules/lang/syd-lang-nix.el
Normal file
@@ -0,0 +1,8 @@
|
||||
;;; syd-lang-nix.el -*- lexical-binding: t; -*-
|
||||
|
||||
(use-package nix-mode
|
||||
:mode "\\.nix\\'"
|
||||
:config
|
||||
(add-hook 'nix-mode-hook #'lsp))
|
||||
|
||||
(provide 'syd-lang-nix)
|
||||
Reference in New Issue
Block a user