Commit graph

1443 commits

Author SHA1 Message Date
Austin Horstman
182ffa4583
plugins/nvim-ufo: migrate to mkNeovimPlugin 2024-10-08 08:06:52 -05:00
Austin Horstman
fc584a3a41
plugins/nvim-ufo: remove with lib and helpers 2024-10-08 08:06:52 -05:00
Austin Horstman
cb3c1bfcaf
plugins/lsp-status: fix update_interval type 2024-10-07 12:16:16 -05:00
Austin Horstman
a3dd64b30c
plugins/airline: remove with lib; and helpers 2024-10-07 12:06:27 -05:00
Austin Horstman
08cac4a5c0
plugins/cmp: remove helpers 2024-10-07 12:00:19 -05:00
Austin Horstman
62b87e5b56
plugins/cmp: remove with lib; 2024-10-07 12:00:19 -05:00
Cezary Drożak
d71cfaaae8
plugins/none-ls: add gersemi package 2024-10-07 11:22:48 +02:00
Austin Horstman
33d030d23c
plugins/nonels: remove with lib and helpers 2024-10-06 15:11:34 -05:00
Austin Horstman
fb677540e1
plugins/nonels: move to by-name 2024-10-06 15:11:34 -05:00
ben
40cb7af2b9 plugins/lsp-status: add undocumented options 2024-10-06 20:07:41 +00:00
Austin Horstman
31acdd4b66
plugins/rest: move to by-name again 2024-10-06 09:35:47 -05:00
Sandro
6594472fd2
Resolve aliases 2024-10-05 18:27:59 +02:00
Zain Kergaye
0ca98d0210 plugins/wrapping: Add more options 2024-10-02 06:11:12 -06:00
DataHearth
5f4a4b4759 plugins/earthly: add plugin 2024-09-29 21:37:51 +00:00
Austin Horstman
844336ceb2
plugins/web-devicons: support custom icons and default icon 2024-09-29 13:07:03 -05:00
Matt Sturgeon
2cda50d530
plugins: remove redundant mkRaw apply functions
`strLua` now does this coercion internally.
2024-09-29 16:57:16 +01:00
Gaetan Lepage
2c4e4681db plugins/avante: init 2024-09-28 21:12:33 +00:00
wadsaek
c32a43a862 plugins/lsp-signature: init 2024-09-28 17:52:00 +00:00
Gaetan Lepage
13564727c5 plugins/render-markdown: init 2024-09-28 12:39:18 +02:00
Austin Horstman
b5c19b6abb
plugins/deprecation: update icons warning 2024-09-27 16:14:56 -05:00
mitchmindtree
ae2b9bd445 plugins/idris2: init
Adds the `idris2` neovim plugin.

Also changes `idris2-lsp` to enable this new `idris2` plugin when
enabled, as it's required for `idris2-lsp` to work at all.
2024-09-27 14:27:54 +00:00
Zain Kergaye
31579dc201 plugins/wrapping: init 2024-09-27 02:18:51 -06:00
Matt Sturgeon
2f49c76a6a
lib: remove nixvimTypes alias 2024-09-27 08:31:07 +01:00
Matt Sturgeon
bafc6308f6
plugins/none-ls/settings: cleanup lib usage 2024-09-27 08:16:48 +01:00
Matt Sturgeon
a32d2e6df0
plugins: cleanup lib usage in several plugins
- ccc
- cmake-tools
- baleia
- auto-save
- vim-css-color
- virt-column
- bacon
- coq-nvim
- dressing
- competitest
- direnv
- committia
- indent-o-matic
- guess-indent
- lsp-status
- octo
- lazygit
2024-09-27 07:08:17 +01:00
Matt Sturgeon
d718446b61
lib: remove maintainers alias 2024-09-27 05:31:26 +01:00
Đỗ Quang Minh
901346e38b plugins/luasnip: fix extend_filetypes -> filetype_extend 2024-09-24 03:44:26 +00:00
Austin Horstman
a75c2235d9
plugins/rest: v3 migration 2024-09-23 20:58:02 -05:00
refaelsh
9bcba520c8
plugins/otter: remove cmp source registration
Co-authored-by: Matt Sturgeon <matt@sturgeon.me.uk>
2024-09-24 02:15:08 +01:00
Austin Horstman
a9345dcfc3
plugins/markview: mode -> modes 2024-09-22 19:20:33 -05:00
Austin Horstman
b473bdc5ae
treewide: consolidate iconsPackage removal and warning 2024-09-22 13:54:31 -05:00
Austin Horstman
38a183564b
plugins/telescope: iconsPackage -> icons provider options 2024-09-22 13:49:43 -05:00
Austin Horstman
5ff98645ce
plugins/lspsaga: iconsPackage -> icons provider options 2024-09-22 13:48:03 -05:00
Austin Horstman
254b15d066
plugins/nvim-tree: iconsPackage -> icons provider options 2024-09-22 13:48:03 -05:00
Austin Horstman
e23bd5475c
plugins/neo-tree: iconsPackage -> icons provider options 2024-09-22 13:47:23 -05:00
Austin Horstman
2e281c43e0
plugins/trouble: iconsPackage -> icons provider options 2024-09-22 13:46:15 -05:00
Austin Horstman
b2929765ab
plugins/alpha: iconsPackage -> icons provider options 2024-09-22 13:45:14 -05:00
Austin Horstman
7a3423ae18
plugins/diffview: iconsPackage -> icons provider options 2024-09-22 13:45:14 -05:00
Austin Horstman
cf13d60cd6
plugins/fzf-lua: iconsPackage -> icons provider options 2024-09-22 13:44:12 -05:00
Austin Horstman
59a9652aee
plugins/bufferline: iconsPackage -> icons provider options 2024-09-22 13:44:12 -05:00
Austin Horstman
2cf80fd66f
plugins/barbar: iconsPackage -> icons provider options 2024-09-22 13:43:08 -05:00
Austin Horstman
23a903f13c
plugins/chadtree: iconsPackage -> icons provider options 2024-09-22 13:22:43 -05:00
Quentin Boyer
d2f9e011d9 lib/neovim-plugin: Add lua configuration scoped to the plugin
This commit adds a `plugins.<name>.luaConfig` section controlling the
plugin specific configuration.

The section contains the internal `init` option, containing the plugin's
initialization code.

It also contains the public `pre` and `post` options, that allow to add
code before & after the `init` section

Finally, it contains the `final` option, being the concatenation of the
three previous options.
2024-09-22 16:15:27 +00:00
Austin Horstman
2bc6a94992
plugins/lsp/ts_ls: add pluginDefault filetypes 2024-09-21 15:33:31 -05:00
Austin Horstman
a8ab73432a
plugins/lsp/volar: add ts-ls integration 2024-09-21 15:32:58 -05:00
Austin Horstman
2f09998b65
plugins/otter: add autoActivate 2024-09-20 19:56:35 -05:00
Austin Horstman
2df1bdd14d
plugins/lsp/gopls: add goPackage 2024-09-19 08:25:44 -05:00
Austin Horstman
5660c4011c
plugins/alpha: proper terminal support 2024-09-18 22:12:37 -05:00
Austin Horstman
beb42716ff
plugins/alpha: remove helpers and with lib 2024-09-18 22:04:37 -05:00
Austin Horstman
17b79813bf
plugins/alpha: rawLua support 2024-09-18 22:04:37 -05:00