💧 elixir-ls
This commit is contained in:
parent
670dd182da
commit
c91d1e120b
@ -120,7 +120,7 @@
|
||||
;;csharp ; unity, .NET, and mono shenanigans
|
||||
;;data ; config/data formats
|
||||
;;(dart +flutter) ; paint ui and not much else
|
||||
elixir ; erlang done right
|
||||
(elixir +lsp) ; erlang done right
|
||||
(elm +lsp) ; care for a cup of TEA?
|
||||
emacs-lisp ; drown in parentheses
|
||||
;;erlang ; an elegant language for a more civilized age
|
||||
|
@ -1,7 +1,7 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [ elixir ];
|
||||
home.packages = with pkgs; [ elixir elixir_ls ];
|
||||
|
||||
programs.zsh.oh-my-zsh.plugins = [ "mix" ];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user