feat: nix-doom-emacs-~~unstraightened~~gay

This commit is contained in:
Kat Inskip 2025-12-12 07:15:59 -08:00
parent 032025969f
commit 8fc60d9633
10 changed files with 449 additions and 19 deletions

7
nixvim/plugins/lisp.nix Normal file
View file

@ -0,0 +1,7 @@
_: {
lsp.servers.clojure_lsp.enable = true;
plugins.conjure = {
enable = true;
autoLoad = true;
};
}

View file

@ -70,6 +70,7 @@ in {
grammarPackages = with pkgs.vimPlugins.nvim-treesitter.builtGrammars; [
bash
json
clojure
elixir
make
markdown