Commit Graph
269 Commits
Author SHA1 Message Date
Gaetan LepageandGaétan Lepage 70088f6f89 plugins/wakatime: init 2024-06-08 22:38:46 +02:00
Jake HamiltonandMatt Sturgeon 552e8b0a85 plugins/dashboard: add additional examples 2024-06-07 23:39:28 +01:00
Matt Sturgeon 94a452074f plugins/tmux-navigator: add keymaps option
Enable users to more easily create keymaps for tmux-navigator's
directional motions.
2024-06-07 15:42:54 +01:00
Matt Sturgeon 4634c3781b plugins/tmux-navigator: remove old deprecations 2024-06-07 15:42:54 +01:00
Matt Sturgeon f530700ccd plugins/dashboard: switch to mkNeovimPlugin + update options
Note: the plugin has had a breaking change since the last time we
checked.
2024-06-05 18:13:31 +01:00
Matt Sturgeon d136c08f3a plugins: normalise null plugin-defaults
Replaced all instances of `"null"` with `null`, when passing
plugin-defaults to `defaultNullOpts` functions.
2024-06-02 03:18:10 +01:00
Matt Sturgeon ff1ab1700c lib/options: mkEnum quote default if string
As there's only a handful of call-sites to fix, ensure all `mkEnum`
defaults are passed in as the correct type (tree wide) and change
`mkEnum` to now correctly render string-type defaults "quoted" (like
`mkString` does).
2024-05-30 14:27:37 +01:00
Gaetan LepageandGaétan Lepage 0d745bdacf plugins/trim: init 2024-05-27 13:26:35 +02:00
Matt Sturgeon beb86eec7c plugins/refactoring: add telescope option
refactoring.nvim comes with a telescope picker that can be used via

```lua
require('telescope').extensions.refactoring.refactors
```
2024-05-26 10:56:30 +01:00
Matt Sturgeon 61cc6e9f22 plugins/refactoring: add missing option show_success_message 2024-05-26 10:56:29 +01:00
Matt Sturgeon e3b4315903 plugins/refactoring: switch to mkNeovimPlugin 2024-05-26 10:56:29 +01:00
Jan KremerandGaétan Lepage 63cfd8cefc plugins/ccc: Add more settings 2024-05-21 13:17:00 +02:00
Gaetan LepageandGaétan Lepage 7c4fe30f81 lib/options: introduce new mkPackageOption for dependencies 2024-05-17 22:15:47 +02:00
Gaetan LepageandGaétan Lepage 26367692da lib/options: rename mkPackageOption to mkPluginPackageOption 2024-05-17 22:15:47 +02:00
Haseeb MajidandGaétan Lepage c5bb651d01 plugins/arrow: init 2024-05-16 22:34:27 +02:00
traxys 62f32bfc71 treewide: Reformat with nixfmt 2024-05-05 22:00:40 +02:00
Gaetan LepageandGaétan Lepage 62cf01df74 plugins/hydra: init 2024-04-29 09:45:02 +02:00
Gaetan LepageandGaétan Lepage 3fe60dbed0 plugins/spectre: init 2024-04-29 09:38:32 +02:00
svlandGaétan Lepage e2e7258267 plugins/competitest: init
Add support for competitest.nvim, a neovim plugin for Competitive Programming.
2024-04-28 17:57:35 +02:00
theabmandGaétan Lepage e521e37f51 plugins/dressing: init 2024-04-28 15:51:40 +02:00
Gaetan LepageandGaétan Lepage 77efb038df plugins/cloak: init 2024-04-25 23:41:39 +02:00
Gaetan LepageandGaétan Lepage f2f97d844b misc: allow null in extraPackages 2024-04-24 08:10:51 +02:00
Gaetan LepageandGaétan Lepage c1ae78cd8c plugins/rest: add keybinds option 2024-04-22 21:05:25 +02:00
Gaetan LepageandGaétan Lepage ad6a08b695 plugins/improved-search: init 2024-04-14 11:35:47 +02:00
Gaetan LepageandGaétan Lepage c068f78dcd plugins/toggleterm: switch to mkNeovimPlugin 2024-04-13 11:00:19 +02:00
Gaetan LepageandGaétan Lepage 38a4fc7709 plugins/nvim-autopairs: switch to mkNeovimPlugin 2024-04-12 14:59:28 +02:00
Gaetan LepageandGaétan Lepage c86a0aca63 plugins/hop: init 2024-04-09 23:02:11 +02:00
Gaetan LepageandGaétan Lepage 30bddf7da1 plugins/which-key: fix typo in package option description 2024-04-09 10:42:58 +02:00
Gaetan LepageandGaétan Lepage 192b404e41 plugins/rest: switch to mkNeovimPlugin 2024-04-09 10:42:58 +02:00
Jan KremerandGitHub 7baefc8aa5 plugins: Add ccc (new PR) (#1365) 2024-04-02 13:24:07 +02:00
Gaetan LepageandGaétan Lepage a94425245b plugins/sandwich: init 2024-03-28 12:57:00 +01:00
BodleumandGitHub 5fb9f0bb86 plugins/vim-css-color: init (#1335) 2024-03-27 21:55:24 +01:00
Haseeb MajidandGaétan Lepage 4012cdbbf1 plugins/zellij: init 2024-03-27 14:10:19 +01:00
Gaetan LepageandGaétan Lepage b8b0c1d58f plugins/oil: switch to mkNeovimPlugin + update options 2024-03-26 13:39:48 +01:00
Gaetan LepageandGaétan Lepage 2799e830b2 plugins/indent-blankline: swith to mkNeovimPlugin 2024-03-25 23:48:58 +01:00
Gaetan LepageandGaétan Lepage 83ca67566d plugins/indent-blankline: remove deprecation warnings 2024-03-25 23:48:58 +01:00
Gaetan LepageandGaétan Lepage ddac6db152 plugins/sleuth: init 2024-03-25 23:12:04 +01:00
Gaetan LepageandGaétan Lepage 4d471f04a5 helpers/vim-plugin/mkVimPlugin: remove useless 'options' argument 2024-03-25 22:52:32 +01:00
Gaetan LepageandGaétan Lepage 546e6ea68a plugins/comment: swith to mkNeovimPlugin + rename 2024-03-25 11:28:50 +01:00
Matt SturgeonandGaétan Lepage fd5ef72725 plugins/tmux-navigator: use un-aliased package 2024-03-23 13:24:58 +01:00
Matt SturgeonandGaétan Lepage 9dc094489a plugins/tmux-navigator: port to mkVimPlugin
Add missing settings:
- preserve_zoom
- no_mappings

Include upstream's documentation.

Deprecate old option names.
2024-03-23 13:24:58 +01:00
Gaetan LepageandGaétan Lepage 4395556669 plugins/oil: rename option according to upstream 2024-03-18 11:56:56 +01:00
traxysandGitHub 9b9912077e plugins/alpha: Allow terminal to not set val (#1261)
Fixes #1140
2024-03-13 17:31:46 +01:00
Austin HorstmanandGitHub 29b6ede12f plugins/utils/project-nvim: take ownership of telescope integration (#1236) 2024-03-13 14:43:39 +01:00
Gaetan LepageandGaétan Lepage 1b12471be1 plugins/obsidian: use warning instead of assertion for nvim-cmp 2024-03-12 22:40:04 +01:00
Gaetan LepageandGaétan Lepage 8226d825de plugins/obsidian: switch to mkNeovimPlugin 2024-03-12 22:40:04 +01:00
Gaetan LepageandGaétan Lepage becfe75a67 plugins/molten: add python3 dependencies 2024-03-12 22:39:45 +01:00
Gaetan LepageandGaétan Lepage b9a2628e46 plugins/startify: switch to settings option 2024-03-12 14:29:31 +01:00
Loïc ReynierandGitHub 233feeb8d2 treewide: fix typos (#1217) 2024-03-07 19:44:13 +01:00
Gaetan LepageandGaétan Lepage a61c8fbc3d plugins/nvim-cmp: refactoring (init filetype and cmdline options) 2024-03-06 22:27:43 +01:00