Commit Graph

23 Commits

Author SHA1 Message Date
NotAShelf aaf286dce4
modules: fix merge conflicts 2024-04-27 16:13:19 +03:00
NotAShelf b397dcb430
Merge branch 'main' into v0.6 2024-04-27 16:09:37 +03:00
NotAShelf 7c730a78e5
treewide: begin restructuring the module tree 2024-04-07 17:16:13 +03:00
Ching Pei Yang 01e35f9877 fix: temp descriptions 2024-04-06 19:57:28 +00:00
Ching Pei Yang 5d8eb192d7 plugins: switch to mkLuaInline 2024-04-04 18:10:27 +00:00
Ching Pei Yang df8784c65f feat(telescope): add custom setup options 2024-04-04 18:01:12 +00:00
Frothy 974bfcc78e treewide: make lib calls explicit 2024-03-23 20:31:33 -04:00
Frothy 4716fd731f treewide: rename function `defaultAttributes` to `pushDownDefault` 2024-02-25 22:52:21 -05:00
Frothy b9aa7088b8 treewide: register whichKey labels 2024-02-25 11:54:13 -05:00
Frothy 4e8ec4cd5b utility/telescope: provide configurable vimgrep options 2024-02-19 17:39:43 -05:00
Frothy ffa25c8c8a treewide: move from 'with lib' to 'inherit (lib) ...' 2023-11-06 21:41:53 -07:00
NotAShelf a1d99ca752
fix: '&' causing build failures 2023-06-06 02:22:55 +03:00
NotAShelf a2b58e17af
docs: fix mkEnableOption usage for autogenerated documentation 2023-06-05 23:10:25 +03:00
n3oney 221bf56624
style: fix formatting 2023-05-03 00:26:21 +02:00
n3oney eb8c841b4a
feat:32;2uadd telescope keybindings 2023-04-22 15:48:21 +02:00
n3oney 0649f710be
refactor!: use a new keymaps configuration format 2023-04-18 17:43:50 +02:00
NotAShelf 9651e35f3e
feat: add telescope extension for project-nvim 2023-04-07 20:36:03 +03:00
NotAShelf 6fff5303b0
docs: clarify plugin option documentation 2023-04-02 19:59:08 +03:00
Michał 17e6fe5150
fix: fix cannot coerce null to a string when noice or notify-nvim not enabled 2023-04-02 19:16:06 +03:00
NotAShelf 16ccd51852
feat: run the config through deadnix 2023-04-02 19:16:04 +03:00
NotAShelf dee6b4b21b
feat: update default telescope config 2023-03-01 14:09:31 +03:00
NotAShelf 729276c4c5
feat: apply new module format to utility plugins
new file:   modules/utility/binds/cheatsheet/cheatsheet.nix
	new file:   modules/utility/binds/cheatsheet/config.nix
	modified:   modules/utility/binds/cheatsheet/default.nix
	modified:   modules/utility/binds/default.nix
	new file:   modules/utility/binds/which-key/config.nix
	modified:   modules/utility/binds/which-key/default.nix
	new file:   modules/utility/binds/which-key/which-key.nix
	renamed:    modules/utility/colorizer.nix -> modules/utility/colorizer/colorizer.nix
	new file:   modules/utility/colorizer/config.nix
	new file:   modules/utility/colorizer/default.nix
	modified:   modules/utility/default.nix
	modified:   modules/utility/gestures/default.nix
	renamed:    modules/utility/gestures/gesture-nvim.nix -> modules/utility/gestures/gesture-nvim/config.nix
	new file:   modules/utility/gestures/gesture-nvim/default.nix
	new file:   modules/utility/gestures/gesture-nvim/gesture-nvim.nix
	renamed:    modules/utility/icon-picker.nix -> modules/utility/icon-picker/config.nix
	new file:   modules/utility/icon-picker/default.nix
	new file:   modules/utility/icon-picker/icon-picker.nix
	new file:   modules/utility/telescope/config.nix
	modified:   modules/utility/telescope/default.nix
	new file:   modules/utility/telescope/telescope.nix
	renamed:    modules/utility/venn.nix -> modules/utility/venn/config.nix
	new file:   modules/utility/venn/default.nix
	new file:   modules/utility/venn/venn.nix
2023-02-28 10:14:44 +03:00
NotAShelf 9ac1e1dadd
refactor: move `gestures`, `which-key`, `telescope` and `cheatsheet` to utils 2023-02-06 08:13:38 +03:00