Austin Horstman
ccc2469e4f
tests/neotest: disable on darwin
...
Upstream package failing to build in sandbox. Cannot set a package to
null so just disabling those tests on darwin.
2024-09-15 12:22:33 -05:00
Austin Horstman
f88402d5a7
plugins/coq-thirdparty: remove copilot
...
Pulled functionality into main
2024-09-15 10:22:23 -05:00
Austin Horstman
1a1de2779b
tests/lsp: remove tsserver test
...
Lsp is deprecated and should be replaced with ts_ls
2024-09-15 10:16:59 -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
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
Austin Horstman
e3e3774177
plugins/neorg: use neorgTelescopePackage option
2024-09-14 19:23:53 -05:00
Austin Horstman
068f5e97fc
plugins/tagbar: use tagsPackage
2024-09-14 19:23:53 -05:00
Austin Horstman
34297f5e04
plugins/yanky: sqlite-lua assertion
2024-09-14 19:23:53 -05:00
Austin Horstman
da1a10d0f3
plugins/efmls: use efmLangServerPackage option
2024-09-14 19:23:53 -05:00
Austin Horstman
9832cb86fb
plugins/vimtex: use package options for extraPackages
2024-09-14 19:23:53 -05:00
Austin Horstman
ff3fee3ae5
plugins/direnv: use direnvPackage
2024-09-14 19:23:53 -05:00
Austin Horstman
6bf63e8871
plugins/typst-vim: use typstPackage
2024-09-14 19:23:53 -05:00
Austin Horstman
dfea178590
plugins/octo: use ghPackage
2024-09-14 19:23:53 -05:00
Austin Horstman
873d7b51a7
plugins/telescope: add batPackage
2024-09-14 19:23:48 -05:00
Austin Horstman
93b8b75ff3
plugins/image: add curlPackage and ueberzugPackage
2024-09-14 19:23:48 -05:00
Austin Horstman
6915b851a2
plugins/neogit: use whichPackage
2024-09-14 19:23:48 -05:00
Austin Horstman
2d5949f65c
plugins/sqlite-lua: init
2024-09-14 15:47:30 -05:00
Austin Horstman
908721cdbd
tests/darwin: add system.stateversion
...
Required in latest nix-darwin update
2024-09-14 12:38:01 -05:00
mitchmindtree
e170e4b598
plugins/lsp/idris2-lsp: init
2024-09-14 16:38:15 +00:00
Austin Horstman
8fd162d951
plugins/wtf: add history and grep_history keymaps
2024-09-13 21:38:30 -05:00
Austin Horstman
87e3c4a1b2
plugins/todo-comments: support conditional key mapping
2024-09-13 18:27:51 -05:00
Matt Sturgeon
4e5bd1d79b
lib: segregate and deprecate functions that need pkgs
...
Splits everything that depends on a `pkgs` instance into an optional
attrs, allowing `helpers.nix` to be bootstrapped without `pkgs`.
This required some refactoring:
- `modules.specialArgs` is only available when `pkgs` is used
- `modules.specialArgsWith` now requires `defaultPkgs` be provided
- `builders.*` now have `*With` variants that take `pkgs` as an argument
and a `withPkgs` function that returns the old interface
- Had to define the fixed part of `builders` outside the attrs for now,
to avoid infinite recursion.
- The old `builders` are now deprecated, and print a warning when
evaluated
- `withOptoinalFns` was introduced to merge the optional attrs into the
final lib.
2024-09-13 19:05:26 +01:00
Sefa Eyeoglu
0b665b200b
plugins/lsp/harper-ls: init
...
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-09-13 18:16:20 +02:00
Austin Horstman
aa15c24437
tests/lsp: disable swift
2024-09-13 10:08:08 -05:00
Austin Horstman
5143afeebc
tests/efmls: disable swift
2024-09-13 10:08:08 -05:00
Austin Horstman
6e22c9e8db
tests/none-ls: disable swift
2024-09-13 10:08:08 -05:00
Austin Horstman
890cc1438e
tests/neoclip: disable sqlite test
2024-09-13 10:08:08 -05:00
Austin Horstman
1107a52878
tests/yanky: disable sqlite test
2024-09-13 10:08:08 -05:00
Austin Horstman
3d3bf1e4b3
tests/lsp: disable taplo
2024-09-13 10:08:08 -05:00
Austin Horstman
11c133e89e
plugins/rest-nvim: add telescope integration
2024-09-10 23:00:57 -05:00
Austin Horstman
7484be88c7
plugins/rest-nvim: revert by-name migration
...
Not sure yet why, but this plugin being here breaks treesitter and
neotest.
2024-09-10 22:52:04 -05:00
Nate Smith
fc7e9b2927
colorschemes/modus: add new configuration option
...
The `hide_inactive_statusline` option is available in newer versions of
the theme.
2024-09-10 20:35:37 +00:00
Austin Horstman
b7dea12375
plugins/rest: add dependencies
...
https://github.com/rest-nvim/rest.nvim?tab=readme-ov-file#dependencies
2024-09-09 17:36:29 -05:00
Austin Horstman
9265d1ab08
tests/rust-tools: add rust-analyzer-options test
...
Make sure the import is working properly
2024-09-09 14:34:18 -05:00
Austin Horstman
b1d0959bc9
plugins/languages: move to by-name
2024-09-09 14:34:18 -05:00
Austin Horstman
9d323f3ec7
plugins/neotest: move to by-name
2024-09-09 13:00:29 -05:00
Matt Sturgeon
0f83298f2c
tests/generated: use runCommandNoCCLocal
and structuedAttrs
...
The former makes the test derivation _slightly_ smaller, the latter
makes the `$errors` stdenv variable slightly more robust.
2024-09-09 16:14:14 +01:00
Matt Sturgeon
9f4c9ea7e4
tests/generated: check packages are found in pkgs
...
Fixes #2197
2024-09-09 16:14:14 +01:00
Gaetan Lepage
ffa9b8f7a0
plugins/hex: init
2024-09-09 13:35:18 +00:00
Matt Sturgeon
54599ad555
tests/plugins-by-name: test that required files exist
2024-09-09 11:50:42 +01:00
Matt Sturgeon
34b61f9b5b
plugins/by-name: add missing test files
...
- Added "empty" test for:
- autoclose
- commentary
- easyescape
- floaterm
- fugitive
- gitmessenger
- intellitab
- nvim-bqf
- nvim-colorizer
- surround
- treesitter-refactor
- vim-matchup
2024-09-09 11:50:42 +01:00
Matt Sturgeon
6debe9333f
plugins/telescope: move to by-name
2024-09-09 11:50:41 +01:00
Matt Sturgeon
d07a9c78cc
plugins/statuslines: move to by-name
2024-09-09 11:50:41 +01:00
Matt Sturgeon
82e7d153e4
plugins/snippets: move to by-name
2024-09-09 11:50:41 +01:00
Matt Sturgeon
2a91b89445
plugins/git: move to by-name
2024-09-09 11:50:40 +01:00
Matt Sturgeon
d016b139fc
plugins/filetrees: move to by-name
2024-09-09 11:50:40 +01:00