about summary refs log tree commit diff stats
path: root/bootstrap/02_setup.sh (unfollow)
Commit message (Collapse)Author
27 hoursmodules/nvim/plgs/luasnip: Remove useless `./lua` directoryBenedikt Peetz
27 hoursmodules/nvim/plgs/luasnip/snippets: Simplify and add spdx-snippetsBenedikt Peetz
This simplifies the todo comment snippets and adds spdx-snippet snippets.
27 hoursmodules/nvim/plgs/nvim-cmp: Remove commented out partial enableBenedikt Peetz
There seems to be no reason for me to want this.
27 hoursmodules/nvim/plgs/luasnip: Provide key mappingsBenedikt Peetz
These make jumping through snippets possible
27 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.
27 hoursmodules/nvim/options/completeopt: Move to `plgs/nvim-cmp`Benedikt Peetz
27 hoursmodules/lf/commands/set_wallpaper: Add required `procps` dependencyBenedikt Peetz
27 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).
27 hourspkgs/mpp-lyrics: Use correct beets music directoryBenedikt Peetz
27 hourspkgs/git-edit-index: Avoid undefined variable errorBenedikt Peetz
3 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.
3 daysmodules/nvim/plgs/luasnip/lua/snippets/html: RemoveBenedikt Peetz
These snippets were never used.
3 daysmodules/nvim/plgs/luasnip: Move config to nixBenedikt Peetz
4 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 days<