Commit Graph

25 Commits

Author SHA1 Message Date
NotAShelf fdca3b1e7e
feat(languages: move markdown and tidal to languages module) 2023-04-18 00:38:57 +03:00
NotAShelf 9651e35f3e
feat: add telescope extension for project-nvim 2023-04-07 20:36:03 +03:00
NotAShelf d5a8587517
style: formatting 2023-04-05 02:14:27 +03:00
NotAShelf d6cb8d9aba
feat: add leap.nvim 2023-04-05 02:14:13 +03:00
NotAShelf b76eb174f1
dev: move modules/utilty/hop -> modules/utility/motion/hop 2023-04-05 02:14:00 +03:00
NotAShelf f22a06aa11
feat: use mkEnableOption 2023-04-05 00:20:05 +03:00
NotAShelf 562230a625
feat: add hop.nvim
modified:   lib/types/plugins.nix
	modified:   modules/utility/default.nix
	new file:   modules/utility/hop/config.nix
	new file:   modules/utility/hop/default.nix
	new file:   modules/utility/hop/hop.nix
2023-04-03 12:11:05 +03:00
NotAShelf 264372de09
fix: incorrect which-key registry 2023-04-02 22:54:19 +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 d817b27405
feat: enable and remap glow preview 2023-03-01 14:00:26 +03:00
NotAShelf a8f972701c
feat: add diffview.nvim to inputs 2023-03-01 12:08:49 +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 812f1f3b06
feat: update whichkey labels 2023-02-23 17:01:13 +03:00
NotAShelf 5916a392b6
feat: which-key sortById key for bufferline 2023-02-17 14:20:32 +03:00
NotAShelf 85b663f6c9
fix: accidental dir rename 2023-02-17 13:51:15 +03:00
NotAShelf b4027c4bba
feat: conditionally write which-key registers 2023-02-17 13:49:29 +03:00
NotAShelf 4354cabc39
feat: group names for which-key 2023-02-17 12:40:58 +03:00
NotAShelf 9ac1e1dadd
refactor: move `gestures`, `which-key`, `telescope` and `cheatsheet` to utils 2023-02-06 08:13:38 +03:00
NotAShelf 6572964523
feat: add icon picker to utils & install deps 2023-02-05 23:57:19 +03:00
NotAShelf 2276c79883
style: typo 2023-02-05 16:59:38 +03:00
NotAShelf afa4206a81
feat: add `venn.nvim` for drawing venn diagrams 2023-02-04 02:12:41 +03:00
NotAShelf 94be9167d2
feat: relocate whichkey and add cheatsheet.nvim 2023-02-04 01:46:34 +03:00