Commit Graph

34 Commits

Author SHA1 Message Date
Frothy 4453d5c9dd
visuals/indent-blankline: rename scope.showCurrContext to scope.enabled 2023-11-24 12:05:19 +03:00
NotAShelf 0067d44695
modules/visuals: update indent-blankline to v3 2023-11-16 12:18:22 +03:00
Frothy ffa25c8c8a treewide: move from 'with lib' to 'inherit (lib) ...' 2023-11-06 21:41:53 -07:00
NotAShelf 9328443273
docs: use inline anchors for referenced options 2023-11-06 03:46:51 +03:00
NotAShelf 3de5f1ba39
docs: use nixosOptionDocs
NixOS 23.11 is deprecating DocBook option documentation. Following home-manager in this change is probably a good idea
2023-11-04 14:30:04 +03:00
NotAShelf 7b8f68e6d0
visuals/highlight-undo: increase highlight timeout duration 2023-10-23 20:15:31 +03:00
NotAShelf b358bfdbd0
docs: use literalAsciiDoc 2023-10-22 01:54:56 +03:00
NotAShelf c353329620
modules/visuals: add highlight-undo
a plugin for highlighting undo/redo targets
2023-10-22 01:22:31 +03:00
Kalle Jepsen a452a0b0e7 fixes enable option descriptions
mkEnableOption already adds the phrase "Whether to enable ..." to the
beginning of the option description, such that the string argument
should only be "thing to be enabled"
2023-10-21 19:15:36 +02:00
Frothy 0a826fb4d3 refactor: remove unnecessary word 'enable' from mkEnableOption 2023-08-07 21:32:14 -04:00
Frothy d126519514 fix: cursorline configuration 2023-08-06 22:30:06 -04:00
NotAShelf ef122b1b4d
feat: make navbuddy icons and keybinds configurable 2023-07-24 21:36:01 +03:00
NotAShelf a2b58e17af
docs: fix mkEnableOption usage for autogenerated documentation 2023-06-05 23:10:25 +03:00
NotAShelf 3362e6cf36
feat: disable scrollbar on code action menus and notifications 2023-06-04 08:47:41 +03:00
NotAShelf d65223e34e
feat(fidget): catppuccin integration 2023-05-24 04:53:58 +03:00
n3oney 6719cddbfd
feat: add cellularAutomaton keybindings 2023-04-18 17:53:16 +02:00
NotAShelf 936efd2197
feat: ignore codeaction menu for scrollbar 2023-04-18 03:22:35 +03:00
NotAShelf acf592e8b1
modified: modules/completion/nvim-cmp/nvim-cmp.nix 2023-04-18 02:34:41 +03:00
NotAShelf ad95175224
feat(visuals): Update and configurations 2023-04-18 02:17:36 +03:00
NotAShelf 104c21c904
feat(LSP): lspkind and sources 2023-04-18 01:48:44 +03:00
NotAShelf 2df414b577
feat: rewrite visuals using lib.mkMerge 2023-04-18 01:36:18 +03:00
NotAShelf 6fff5303b0
docs: clarify plugin option documentation 2023-04-02 19:59:08 +03:00
NotAShelf e74578b84c
style: formatting 2023-04-02 19:16:05 +03:00
NotAShelf 16ccd51852
feat: run the config through deadnix 2023-04-02 19:16:04 +03:00
NotAShelf db7aa94161
feat: add fidget.nvim to visual plugins 2023-02-28 13:00:38 +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 5d6f7dc3f3
feat: add cellular automaton to visuals 2023-02-05 16:14:25 +03:00
NotAShelf 7c5133efab
feat: configure notify-nvim and complete setup 2023-02-04 01:01:30 +03:00
NotAShelf 242f52e248
docs: update readme 2023-02-04 00:35:00 +03:00
NotAShelf 1ac4dd7d98
feat(visuals): cinnamon smooth scrolling 2023-02-04 00:20:20 +03:00
NotAShelf 84f0d2b067
feat: add scrollbar visual 2023-02-03 22:53:48 +03:00
NotAShelf 5d02e5d2e3
feat: add scrollbar visual 2023-02-03 22:53:38 +03:00
NotAShelf bd0dc6093c
style: formatting 2023-02-02 00:01:35 +03:00
NotAShelf 9c00808863
dev: rebase on a less personalized neovim flake 2023-02-01 22:11:37 +03:00