Commit graph

129 commits

Author SHA1 Message Date
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 Kremer
63cfd8cefc plugins/ccc: Add more settings 2024-05-21 13:17:00 +02:00
Haseeb Majid
c5bb651d01 plugins/arrow: init 2024-05-16 22:34:27 +02:00
Gaetan Lepage
ba545ded79 tests/pugins/rest: set dontRun for test because the plugin is broken in nixpkgs 2024-05-07 22:45:56 +02:00
traxys
62f32bfc71 treewide: Reformat with nixfmt 2024-05-05 22:00:40 +02:00
Gaetan Lepage
62cf01df74 plugins/hydra: init 2024-04-29 09:45:02 +02:00
Gaetan Lepage
3fe60dbed0 plugins/spectre: init 2024-04-29 09:38:32 +02:00
Gaetan Lepage
823c701ee3 tests/multicursors: disable while waiting for upstream fix 2024-04-29 08:29:11 +02:00
svl
e2e7258267 plugins/competitest: init
Add support for competitest.nvim, a neovim plugin for Competitive Programming.
2024-04-28 17:57:35 +02:00
theabm
e521e37f51 plugins/dressing: init 2024-04-28 15:51:40 +02:00
Gaetan Lepage
77efb038df plugins/cloak: init 2024-04-25 23:41:39 +02:00
Gaetan Lepage
c1ae78cd8c plugins/rest: add keybinds option 2024-04-22 21:05:25 +02:00
Gaetan Lepage
ad6a08b695 plugins/improved-search: init 2024-04-14 11:35:47 +02:00
Gaetan Lepage
c068f78dcd plugins/toggleterm: switch to mkNeovimPlugin 2024-04-13 11:00:19 +02:00
Gaetan Lepage
38a4fc7709 plugins/nvim-autopairs: switch to mkNeovimPlugin 2024-04-12 14:59:28 +02:00
Gaetan Lepage
c86a0aca63 plugins/hop: init 2024-04-09 23:02:11 +02:00
Gaetan Lepage
6e828d38a3 tests/plugins/neorg: temporarily disable tests 2024-04-09 10:42:58 +02:00
Gaetan Lepage
192b404e41 plugins/rest: switch to mkNeovimPlugin 2024-04-09 10:42:58 +02:00
Jan Kremer
7baefc8aa5
plugins: Add ccc (new PR) (#1365) 2024-04-02 13:24:07 +02:00
Gaetan Lepage
0f6d44503b tests: remove useless comments in test files 2024-03-30 14:05:50 +01:00
Gaetan Lepage
a94425245b plugins/sandwich: init 2024-03-28 12:57:00 +01:00
Bodleum
5fb9f0bb86
plugins/vim-css-color: init (#1335) 2024-03-27 21:55:24 +01:00
Haseeb Majid
4012cdbbf1 plugins/zellij: init 2024-03-27 14:10:19 +01:00
Gaetan Lepage
b8b0c1d58f plugins/oil: switch to mkNeovimPlugin + update options 2024-03-26 13:39:48 +01:00
Gaetan Lepage
2799e830b2 plugins/indent-blankline: swith to mkNeovimPlugin 2024-03-25 23:48:58 +01:00
Gaetan Lepage
ddac6db152 plugins/sleuth: init 2024-03-25 23:12:04 +01:00
Gaetan Lepage
b4b6412505 plugins/comment: add tests 2024-03-25 11:28:50 +01:00
Matt Sturgeon
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
traxys
9b9912077e
plugins/alpha: Allow terminal to not set val (#1261)
Fixes #1140
2024-03-13 17:31:46 +01:00
Austin Horstman
29b6ede12f
plugins/utils/project-nvim: take ownership of telescope integration (#1236) 2024-03-13 14:43:39 +01:00
Gaetan Lepage
8226d825de plugins/obsidian: switch to mkNeovimPlugin 2024-03-12 22:40:04 +01:00
Gaetan Lepage
10fa987250 plugins/startify: add tests 2024-03-12 14:29:31 +01:00
Loïc Reynier
233feeb8d2
treewide: fix typos (#1217) 2024-03-07 19:44:13 +01:00
Gaetan Lepage
a61c8fbc3d plugins/nvim-cmp: refactoring (init filetype and cmdline options) 2024-03-06 22:27:43 +01:00
Jake Hamilton
4448c4ce63
fix: add ripgrep for todo-comments functionality (#1020) 2024-03-06 21:48:15 +01:00
Gaetan Lepage
8a330548ba plugins/instant: fix test to remove warning 2024-03-04 00:16:48 +01:00
Gaetan Lepage
4023b25e66 plugins/instant: switch to settings option 2024-03-03 22:39:48 +01:00
Gaetan Lepage
51765fedbe plugins/magma-nvim: switch to settings option 2024-03-03 22:39:22 +01:00
Gaetan Lepage
d149f46b00 plugins/emmet: switch to settings option 2024-03-02 14:22:19 +01:00
Gaetan Lepage
d8432ef9c1 plugins/molten: switch to settings option 2024-03-02 13:49:05 +01:00
Gaetan Lepage
ec687c5ade plugins/goyo: switch to settings option 2024-03-01 15:28:19 +01:00
Gabriel Arazas
8bb460e261 plugins/smart-splits: init 2024-02-28 12:00:25 +01:00
Alison Jenkins
51f6f562d1 plugins/baleia-nvim: init 2024-02-27 18:01:47 +01:00
Alison Jenkins
38a2018904
plugins/direnv: init (#1153) 2024-02-27 17:13:41 +01:00
Haseeb Majid
8b013707cc
plugins/oil.nvim: Update add a few missing options (#1152) 2024-02-27 13:50:45 +01:00
Alison Jenkins
63558cff59
plugins/indent-o-matic: init (#1144) 2024-02-27 13:47:25 +01:00
Alison Jenkins
7eb74fecd1
plugins/nvim-bacon: init (#1080) 2024-02-27 13:45:47 +01:00
Gaetan Lepage
47044a551b plugins/undotree: add tests 2024-02-22 10:12:21 +01:00