Commit graph

1419 commits

Author SHA1 Message Date
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
Austin Horstman
9307b201a3
plugins/telescope-live-grep-args: init 2024-09-18 11:22:11 -05:00
Austin Horstman
11b9de7264
plugins/telescope-manix: fix manixPackage usage 2024-09-18 10:09:28 -05:00
Austin Horstman
b34379e981
plugins/package-info: add telescope integration 2024-09-18 08:22:49 -05:00
Austin Horstman
d4b1827606
plugins/package-info: init 2024-09-18 08:22:49 -05:00
theabm
04ad7937c0
plugins/nvim-surround: init 2024-09-18 08:15:16 -05:00
Austin Horstman
092d1a8a9c
plugins/surround: rename to vim-surround
Adding nvim-surround so we need to deprecate the generic name and move
it.
2024-09-18 07:57:18 -05:00
sportshead
061d47f7c5
plugins/tokyonight: add moon style to settings
Default style since tokyonight v4.0.0. See [folke/tokyonight.nvim
blame](766be08803 (diff-2118ce7f3d4c28292bfec01fd0828fa01ea8b5505df921c874452e35997939c5R9))
2024-09-18 10:33:57 +01:00
Austin Horstman
650e204c07
plugins/telescope-manix: init 2024-09-17 22:40:37 -05:00
Austin Horstman
6cbf441c22
plugins/nvim-jdtls: configuration allow raw lua 2024-09-17 15:20:48 -05:00
Perchun Pak
5a5b9b8004 plugins/otter: remove myself as maintainer
I no longer use nixvim
2024-09-17 15:20:27 -05:00
tsssni
2e3083e425 plugins/lsp: rename tsserver to ts-ls 2024-09-16 23:58:44 +08:00
Austin Horstman
95b322a522
plugins/helpview: init 2024-09-15 18:02:08 -05:00
Austin Horstman
336ba155ff
plugins/overseer: fix strategy option
Actually supports a table to customize the strategy.
2024-09-15 17:54:55 -05:00
Austin Horstman
9e81cb7391
plugins/glow: support style path 2024-09-15 17:50:02 -05:00
Austin Horstman
0999f92567
plugins/glow: remove helpers 2024-09-15 17:50:02 -05:00
Austin Horstman
accf5e67b1
plugins/smartcolumn: init 2024-09-15 15:54:38 -05:00
Austin Horstman
f88402d5a7
plugins/coq-thirdparty: remove copilot
Pulled functionality into main
2024-09-15 10:22:23 -05:00
Austin Horstman
f76051e06e
plugins/compiler: init 2024-09-15 09:47:10 -05:00
Austin Horstman
4f01fd981a
plugins/ts-comments-nvim: init 2024-09-15 09:42:27 -05:00
Austin Horstman
add9aca76e
plugins/overseer: init 2024-09-15 09:25:30 -05:00
Austin Horstman
a20d95625b
plugins/precognition: init 2024-09-15 08:32:53 -05:00
Ughur Alakbarov
57219622b8
typo 2024-09-15 12:18:13 +02:00
Austin Horstman
61be7a6eed
plugins/nvim-jdtls: use jdtLanguageServerPackage option 2024-09-14 19:23:53 -05:00
Austin Horstman
b42d4588ae
plugins/neoclip: sqlite-lua assertion 2024-09-14 19:23:53 -05:00