about summary refs log tree commit diff stats
path: root/pkgs/sources/tree-sitter-yts/bindings (unfollow)
Commit message (Collapse)Author
2 hoursmodules/backup: Make backup preparing a separate serviceBenedikt Peetz
This change also removes the auto mount stuff from the local backup. This is just not really useful for an on-demand backup
3 hoursmodules/nvim/plgs/luasnip: Remove useless `./lua` directoryBenedikt Peetz
3 hoursmodules/nvim/plgs/luasnip/snippets: Simplify and add spdx-snippetsBenedikt Peetz
This simplifies the todo comment snippets and adds spdx-snippet snippets.
3 hoursmodules/nvim/plgs/nvim-cmp: Remove commented out partial enableBenedikt Peetz
There seems to be no reason for me to want this.
3 hoursmodules/nvim/plgs/luasnip: Provide key mappingsBenedikt Peetz
These make jumping through snippets possible
3 hoursmodules/nvim/plgs/nvim-cmp: Unify key mappings by moving to the global moduleBenedikt Peetz
This makes it possible, to use the `options.desc` field to add a which-key description. I also used this chance to unify the `cmp` related key mappings in one file.
3 hoursmodules/nvim/options/completeopt: Move to `plgs/nvim-cmp`Benedikt Peetz
4 hoursmodules/lf/commands/set_wallpaper: Add required `procps` dependencyBenedikt Peetz
4 hoursmodules/lf/commands/set_wallpaper: Use `pkill` instead of pgrep and killBenedikt Peetz
This will actually work if multiple `swaybg` instances are running (the previous code would have simply failed).
4 hourspkgs/mpp-lyrics: Use correct beets music directoryBenedikt Peetz
4 hourspkgs/git-edit-index: Avoid undefined variable errorBenedikt Peetz
2 daysmodules/nvim/plgs/luasnip/lua/snippets: Use better code styleBenedikt Peetz
This includes using the actual names of luasnip functions instead of these single char globals. This also includes basic formatting and occasional linebreaks.
2 daysmodules/nvim/plgs/luasnip/lua/snippets/html: RemoveBenedikt Peetz
These snippets were never used.
2 daysmodules/nvim/plgs/luasnip: Move config to nixBenedikt Peetz
3 daysmodules/backup: Provide support for a local repositoryBenedikt Peetz
4 dayscommon: Activate the ssh module by-defaultBenedikt Peetz
4 daysmodules/backup: Increase restic verbosityBenedikt Peetz
4 daysmodules/backup: Use ssh module to store the hostkey of the storageboxBenedikt Peetz
4 daysmodules/users: Add hm config and root userBenedikt Peetz
4 daysmodules/legacy/ssh: Migrate to by-nameBenedikt Peetz
4 daysmodules/backup: Adjust `backupPrepareCommand` for my fs layoutBenedikt Peetz
4 dayspkgs/snap-sync-forked: DropBenedikt Peetz
This was only needed by the backup module. Should I require support for on-premise backups, setting up a local restic repo would be easier.
4 daysmodules/backup: Port to storageboxBenedikt Peetz
6 daysmodules/lf/commands/trash_*: Add required `gnused` dependencyBenedikt Peetz
7 daysmodules/common/unison: Ignore `~/.local/share/{Steam,atuin}`Benedikt Peetz
7 daysmodules/taskwarrior: Enable synchronization againBenedikt Peetz
7 daysmodules/less: Don't confuse less with the copyright comments in the config fileBenedikt Peetz
reuse treats the `.less` extensions as a format that can be commented. But that is a misconception and `less` does not actually understand these comments.
7 days