Various
- `haskell-language-server` for every architecture - `envrc` mode for Emacs
This commit is contained in:
parent
c84b8ff407
commit
fc05ac84b2
4 changed files with 11 additions and 1 deletions
|
@ -14,6 +14,7 @@ emacsWithPackages (
|
||||||
company
|
company
|
||||||
dap-mode
|
dap-mode
|
||||||
diff-hl
|
diff-hl
|
||||||
|
envrc
|
||||||
doom-modeline
|
doom-modeline
|
||||||
evil
|
evil
|
||||||
evil-collection
|
evil-collection
|
||||||
|
@ -29,6 +30,7 @@ emacsWithPackages (
|
||||||
lsp-haskell
|
lsp-haskell
|
||||||
lsp-mode
|
lsp-mode
|
||||||
lsp-python-ms
|
lsp-python-ms
|
||||||
|
lsp-ui
|
||||||
magit
|
magit
|
||||||
magit-delta
|
magit-delta
|
||||||
nix-mode
|
nix-mode
|
||||||
|
|
|
@ -38,6 +38,7 @@
|
||||||
delta
|
delta
|
||||||
fd
|
fd
|
||||||
graphviz-nox
|
graphviz-nox
|
||||||
|
haskell-language-server
|
||||||
hunspell
|
hunspell
|
||||||
hunspellDicts.en_US
|
hunspellDicts.en_US
|
||||||
hunspellDicts.it_IT
|
hunspellDicts.it_IT
|
||||||
|
@ -62,7 +63,6 @@
|
||||||
)
|
)
|
||||||
] ++ (if pkgs.system == "x86_64-linux" then [
|
] ++ (if pkgs.system == "x86_64-linux" then [
|
||||||
python-language-server
|
python-language-server
|
||||||
haskell-language-server
|
|
||||||
] ++ (with easy-ps; [
|
] ++ (with easy-ps; [
|
||||||
# spago2nix
|
# spago2nix
|
||||||
ffmpegthumbnailer
|
ffmpegthumbnailer
|
||||||
|
|
7
users/profiles/emacs/emacs.d/config/config-direnv.lsp
Normal file
7
users/profiles/emacs/emacs.d/config/config-direnv.lsp
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
(use-package envrc
|
||||||
|
:disabled t
|
||||||
|
:after exec-path-from-shell
|
||||||
|
:config
|
||||||
|
(envrc-global-mode))
|
||||||
|
|
||||||
|
(provide 'config-envrc)
|
|
@ -29,5 +29,6 @@ Return nil if COMMAND is not found anywhere in `exec-path'."
|
||||||
(require 'config-scad)
|
(require 'config-scad)
|
||||||
(require 'config-translate)
|
(require 'config-translate)
|
||||||
(require 'config-lisp)
|
(require 'config-lisp)
|
||||||
|
(require 'config-direnv)
|
||||||
|
|
||||||
(server-start)
|
(server-start)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue