Install treesit-auto and swift-ts-mode

This commit is contained in:
Tobias Ostner 2024-05-18 16:18:16 +02:00
parent 06057261fb
commit 002d02dc65
3 changed files with 29 additions and 17 deletions

View file

@ -1,5 +1,6 @@
{pkgs, ...}: {
home.file.".emacs.d/early-init.el".source = ../config/emacs/early-init.el;
home.file.".emacs.d/tree-sitter/libtree-sitter-swift.dylib".source = ../config/emacs/tree-sitter/libtree-sitter-swift.dylib;
home.packages = with pkgs; [
bottom
@ -92,8 +93,19 @@
smartparens
so-long
swift-mode
(trivialBuild {
pname = "swift-ts-mode";
version = "main-05-17-2024";
src = pkgs.fetchFromGitHub {
owner = "rechsteiner";
repo = "swift-ts-mode";
rev = "main";
hash = "sha256-OrJN33iaY/7IE7bRVw2i1xnnUfc3iznxeAFcxlibx5Q=";
};
})
super-save
terraform-mode
treesit-auto
yaml-mode
vterm
fontaine