Matt Sturgeon
ad85cd760e
plugins/completion: move to by-name
...
- Move nvim-cmp to plugins/cmp
- Move other completion plugins to plugins/by-name
2024-09-09 11:50:40 +01:00
Matt Sturgeon
3211a63306
plugins/bufferlines: move to by-name
2024-09-09 11:50:40 +01:00
Matt Sturgeon
4491ce4db2
plugins/treesitter: move to by-name
2024-09-09 11:50:39 +01:00
Matt Sturgeon
8815180c62
plugins/lsp: move related plugins to by-name
2024-09-09 11:50:39 +01:00
Matt Sturgeon
91c6b62881
plugins/ui: move to by-name
2024-09-09 11:50:39 +01:00
Matt Sturgeon
2456370ab2
plugins/ai: move to by-name
2024-09-09 11:50:39 +01:00
Matt Sturgeon
672b9e1ceb
plugins/dap: move to by-name
2024-09-09 11:50:38 +01:00
Matt Sturgeon
52f125679f
plugins/utils: move to by-name
2024-09-09 11:50:38 +01:00
Matt Sturgeon
faff32b9f1
plugins/by-name: init
...
Add support for automatically importing any directories under
`plugins/by-name`.
Includes a validation test, which is run by CI and by the pre-commit hook.
2024-09-09 11:50:38 +01:00
Austin Horstman
68aeb57a35
tests/one: fix deprecation warning
2024-09-08 19:30:17 -05:00
Austin Horstman
e1a5e39eb9
tests/issues: fix deprecation warning
2024-09-08 17:26:56 -05:00
Gaetan Lepage
d50ee5dd2f
plugins/lsp: add basedpyright
2024-09-09 00:11:35 +02:00
Matt Sturgeon
ec61ca9b08
plugins: fix "int flag" style options
2024-09-08 14:02:03 +01:00
refaelsh
2de406d972
plugins/hardtime: migrate to mkNeovimPlugin
...
Co-authored-by: Austin Horstman <khaneliman12@gmail.com>
2024-09-08 11:55:44 +01:00
Matt Sturgeon
810eacf516
tests: set _file
to avoid <unknown-file>
messages
...
Since the module system is importing an anonymous fnOrAttr module,
instead of a `path` type module, it doesn't have enough context to
figure out the module's file automatically.
2024-09-07 22:29:43 +01:00
Matt Sturgeon
ce4c3a72c1
tests/fetch-test: tweak signature
2024-09-07 22:29:43 +01:00
Austin Horstman
d12045e057
plugins/lualine: migrate to mkNeovimPlugin
2024-09-07 14:13:01 -05:00
Austin Horstman
9a156ae60c
plugins/mini-icons: add mockDevIcons
2024-09-06 09:12:54 -05:00
refaelsh
84249a9dab
plugins/vim-numbertoggle: init
2024-09-05 22:10:54 +03:00
refaelsh
4df5746694
plugins/vim-autosource: init
2024-09-05 18:52:22 +00:00
refaelsh
9248da3c3b
plugins/vim-repeat: init
2024-09-05 18:02:31 +00:00
refaelsh
83aed0e6a3
plugins/nvim-web-devicons: init
2024-09-05 12:12:30 -05:00
Austin Horstman
b072a4a68f
plugins/codeium-nvim: migrate to mkNeovimPlugin
2024-09-05 09:43:18 -05:00
Matt Sturgeon
e48da949cf
tests/package-options: init
...
The test ensures "package" options use a "literalExpression" in their
defaultText; i.e. it validates `lib.mkPackageOption` was used to build
the package options.
All options whose `default` is a derivation are covered by the test,
other than submodule sub-options.
2024-09-05 02:24:52 +01:00
Matt Sturgeon
fd923a3dd3
lib/options: remove deprecated package option helpers
...
`mkPackageOption` and `mkPluginPackageOption` have both been replaced
with nixpkg's `lib.mkPackageOption`.
2024-09-05 02:24:52 +01:00
Matt Sturgeon
d2aad1071f
plugins/none-ls: use defaultText
in package options
2024-09-04 20:29:52 +01:00
Matt Sturgeon
a8a7e405f4
plugins/efmls: use mkPackageOption
2024-09-04 20:29:50 +01:00
Austin Horstman
c8bb7880bf
plugins/barbecue: migrate to mkNeovimPlugin
2024-09-03 20:58:23 -05:00
Austin Horstman
279258294b
plugins/navic: migrate to mkNeovimPlugin
2024-09-03 20:48:08 -05:00
Austin Horstman
0d73ab939c
plugins/project-nvim: migrate to mkNeovimPlugin
2024-09-03 19:20:31 -05:00
Austin Horstman
d928d6deb1
colorschemes/dracula-nvim: fixes
2024-09-03 19:08:04 -05:00
refaelsh
f3a811cf25
plugins/dracula.nvim: init
2024-09-03 21:56:46 +03:00
Andrew Plaza
9b0e2ba7e5
plugins/scope: init
2024-09-02 02:05:41 -04:00
refaelsh
2b30ee8703
plugins/nvim-orgmode: init
2024-09-01 15:51:46 -05:00
Austin Horstman
e3f5796403
plugins/lualine: support custom extensions
2024-09-01 09:36:14 -05:00
Austin Horstman
a8dd7a5657
plugins/git-worktree: fix no package test
2024-08-31 09:43:20 -05:00
Austin Horstman
3325dcb00b
plugins/gitgutter: add tests
2024-08-31 09:43:20 -05:00
Austin Horstman
56208f9e3f
plugins/telescope: add iconsPackage
2024-08-30 15:13:19 -05:00
Austin Horstman
bcda408e78
plugins/treesitter: revert add iconsPackage
2024-08-30 08:10:13 -05:00
Austin Horstman
82b899ab6d
plugins/committia: use gitPackage
2024-08-29 16:39:53 -05:00
Austin Horstman
38bc0b88e9
plugins/neo-tree: use gitPackage
2024-08-29 16:39:53 -05:00
Austin Horstman
6945c6c17f
plugins/nvim-tree: use gitPackage
2024-08-29 16:39:53 -05:00
Austin Horstman
710f3472ec
plugins/packer: use gitPackage
2024-08-29 16:39:53 -05:00
Austin Horstman
4fe95d4502
plugins/lazy: use gitPackage
2024-08-29 16:39:53 -05:00
Austin Horstman
ce6573424d
plugins/lualine: use gitPackage
2024-08-29 16:39:53 -05:00
Austin Horstman
831c814bb3
plugins/git-worktree: use gitPackage
2024-08-29 16:39:53 -05:00
Austin Horstman
d4bcebc7ca
plugins/neogit: use gitPackage
2024-08-29 16:39:53 -05:00
Austin Horstman
0db6e86e8d
plugins/alpha: use iconsPackage
2024-08-29 14:23:43 -05:00
Austin Horstman
f2ef2929ad
plugins/diffview: use iconsPackage
2024-08-29 14:23:43 -05:00
Austin Horstman
e122f465a9
plugins/fzf-lua: use iconsPackage
2024-08-29 14:23:43 -05:00