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
Gaetan Lepage
f11eb4b2ac
tests/obsidian: disable as broken
2024-02-19 08:27:35 +01:00
Redyf
d656834e3d
fix: neocord logo and logo_tooltip
...
User couldn't set the logo url, also logo_tooltip didn't allow custom string because of the enum.
2024-02-18 13:51:36 +01:00
Redyf
ca6240ddc2
plugins/neocord: init
...
Add support for https://github.com/IogaMaster/neocord
2024-02-16 15:11:15 +01:00
budimanjojo
5a744a7006
plugins/fzf-lua: init
2024-02-14 23:46:14 +01:00
Gaetan Lepage
b57fb15344
tests/goyo: init
2024-02-11 19:44:45 +01:00
Gaetan Lepage
e2bd02afd4
tests/emmet: init
2024-02-11 19:44:45 +01:00
Gaetan Lepage
962fb6e669
tests/endwise: init
2024-02-11 19:44:45 +01:00
garaiza-93
7eefcfa5ee
plugins/autoclose: init + tests ( #994 )
2024-02-03 12:33:10 +01:00
Gaetan Lepage
889144c0b1
plugins/hmts: move source file and test from 'utils' to 'languages/treesitter'
2024-01-26 16:00:53 +01:00
Gaetan Lepage
85ee07abde
plugins/rest: init
2024-01-24 16:02:07 +01:00
Gaetan Lepage
82b7d70dfd
plugins/clipboard-image: init
2024-01-24 15:51:37 +01:00
Gaetan Lepage
7801be57d6
plugins/alpha: fix example (for buttons)
2024-01-18 13:26:51 +01:00
Gaetan Lepage
ec00c47ddf
plugins/alpha: fix example
2024-01-16 16:54:32 +01:00
Gaetan Lepage
e6f1af2767
plugins/marks: init
2024-01-16 16:54:22 +01:00
Gaetan Lepage
9e04eb3c3c
plugins/alpha: refactor
2024-01-14 22:47:37 +01:00
Gaetan Lepage
c29a33d38a
plugins/instant: switch to mkPlugin
2024-01-14 22:35:27 +01:00
Gaetan Lepage
bd6a6776dd
plugins/obsidian: init
2024-01-06 19:52:52 +01:00
Gaetan Lepage
55745158c2
plugins/ollama: init
2024-01-06 16:45:17 +01:00
Gaetan Lepage
5a6ea0aa09
tests/netman: disable test on darwin (broken)
2024-01-05 00:05:28 +01:00
Gaetan Lepage
3b9fa101fb
plugins/illuminate: fix filetypeOverrides option
2023-12-29 11:16:15 +01:00
Gaetan Lepage
61013ca4ab
plugins/startup: init
2023-12-28 18:06:05 +01:00
Gaetan Lepage
dbcd314708
plugins: use LogLevel where possible
2023-12-22 14:48:15 +01:00
Gaetan Lepage
86508ced91
plugins/yanky: init
2023-12-22 14:47:12 +01:00
Kasper Seweryn
13f22b5083
plugins/wildmenu: Fix renderer ( #812 )
2023-12-13 21:27:53 +01:00
Phie Ash
7fbb9240de
plugins/which-key: add key group support for registrations ( #802 )
...
* plugins/which-key: add registration support for key groups
Modified the type of registration to support registration of key groups with "groupkey" = { name = "name";};.
* plugins/which-key: relax the restrition on the type of registrations and more tests have been added
* plugins/which-key: add more tests for groups within groups
2023-12-11 15:12:56 +01:00
Gaetan Lepage
ad5feeba7b
plugins/project-nvim: add option descriptions and tests
2023-11-28 10:49:19 +01:00
Gaetan Lepage
9b10a38b5c
plugins/molten: init + test
2023-11-16 22:22:18 +01:00
traxys
e45be89f12
plugins/todo-comments: Allow to pass keymap options ( #599 )
...
This re-uses the keymap options defined in the keymaps module to allow
to define the options of todo-comments key mappings.
Fixes #598
Co-authored-by: gaetan@glepage.com
2023-11-06 15:53:26 +01:00
Haseeb Majid
8fb5fc43fe
plugins/refactoring: init + test ( #676 )
2023-10-31 10:20:00 +01:00
Gaetan Lepage
2f06f921e0
plugins/indent-blankline: update options
2023-10-23 11:08:34 +02:00
Haseeb Majid
d560fc6183
plugins/harpoon: allow to enable the telescope extension ( #624 )
2023-10-18 18:20:03 +02:00
Haseeb Majid
0ece949f98
plugins/nix-develop: init + tests ( #644 )
2023-10-18 10:19:46 +02:00
traxys
0b87e5b70c
plugin/persistence: init + tests ( #645 )
2023-10-16 23:54:41 +02:00
Haseeb Majid
0de47ebf77
plugin/hmts: init + tests ( #646 )
2023-10-15 17:32:16 +02:00