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
github-actions[bot]
278dfe6215
flake.lock: Update
...
Flake lock file updates:
• Updated input 'home-manager':
'github:nix-community/home-manager/0b69d574162cfa6eb7919d5614a48d0185550891' (2024-02-21)
→ 'github:nix-community/home-manager/0e0e9669547e45ea6cca2de4044c1a384fd0fe55' (2024-02-22)
• Updated input 'nix-darwin':
'github:lnl7/nix-darwin/0e6857fa1d632637488666c08e7b02c08e3178f8' (2024-02-18)
→ 'github:lnl7/nix-darwin/bbde06bed1b72eddff063fa42f18644e90a0121e' (2024-02-24)
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/0e74ca98a74bc7270d28838369593635a5db3260' (2024-02-21)
→ 'github:NixOS/nixpkgs/cbc4211f0afffe6dfd2478a62615dd5175a13f9a' (2024-02-23)
2024-02-27 12:33:14 +01:00
Nathan Felber
060a05138c
Add ruff linter and formatter as none-ls source
2024-02-22 16:15:40 +01:00
Mikael Fangel
5870c2e964
fantomas: enable darwin test
2024-02-22 10:57:52 +01:00
Gaétan Lepage
3aceb10832
flake.lock: Update ( #1147 )
...
Flake lock file updates:
• Updated input 'home-manager':
'github:nix-community/home-manager/043ba285c6dc20f36441d48525402bcb9743c498' (2024-02-14)
→ 'github:nix-community/home-manager/0b69d574162cfa6eb7919d5614a48d0185550891' (2024-02-21)
• Updated input 'nix-darwin':
'github:lnl7/nix-darwin/44f50a5ecaab72a61d5fd8e5c5717bc4bf9c25dd' (2024-02-12)
→ 'github:lnl7/nix-darwin/0e6857fa1d632637488666c08e7b02c08e3178f8' (2024-02-18)
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/b98a4e1746acceb92c509bc496ef3d0e5ad8d4aa' (2024-02-18)
→ 'github:NixOS/nixpkgs/0e74ca98a74bc7270d28838369593635a5db3260' (2024-02-21)
• Updated input 'pre-commit-hooks':
'github:cachix/pre-commit-hooks.nix/0db2e67ee49910adfa13010e7f012149660af7f0' (2024-02-07)
→ 'github:cachix/pre-commit-hooks.nix/5df5a70ad7575f6601d91f0efec95dd9bc619431' (2024-02-15)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-02-22 10:12:46 +01:00
Gaetan Lepage
47044a551b
plugins/undotree: add tests
2024-02-22 10:12:21 +01:00
Gaetan Lepage
750ec713dd
plugins/undotree: switch to settings-style
2024-02-22 10:12:21 +01:00
Gaetan Lepage
9d4d529ee7
helpers/neovim-plugin/mkNeovimPlugin: allow lists in optionsRenamedToSettings
2024-02-22 10:11:19 +01:00
Gabriel Arazas
d6a66851fe
wrappers: add env-specific config as part of NixVim module ( #1075 )
...
* wrappers: add env-specific config as part of NixVim module
* docs: add section for env-specific module arguments
2024-02-22 08:24:13 +01:00
traxys
9cd3721adf
standalone: Allow to extend a standalone derivation with a new module ( #1142 )
...
This adds the `nixvimExtend` attribute to the generated standalone
derivation, this attribute takes a module as an argument and returns a
new standalone derivation with the initial module & the extended module
merged together.
2024-02-22 08:22:21 +01:00
Gaetan Lepage
66c019d638
plugins/typst-vim: switch to mkVimPlugin
2024-02-22 01:34:39 +01:00
Gaetan Lepage
f744a7f8a4
plugins/vimtex: add tests
2024-02-22 01:34:19 +01:00
Gaetan Lepage
b6138b409f
plugins/vimtex: switch to mkVimPlugin
2024-02-22 01:34:19 +01:00
Rob Hanlon
485d21f60d
Add _nixvimTests = false to flake.lib output ( #1125 )
...
In my personal configuration, I rely on `nixvim.lib.${system}.helpers` to get access to things like `mkRaw` and `toLuaObject` for use in my extended `lib`.
With the changes made in 6d7e429537
, `nixvim.lib.${system}.helpers` can no longer be accessed directly from the `nixvim` input as `_nixvimTests` is not provided as an input attribute, so loading `helpers.nix` fails.
This small change restores what I *think* is the intended behavior of this module
2024-02-21 23:40:49 +01:00
James Taranto
f53be2242e
plugins/lsp: add typos-lsp
2024-02-21 10:03:46 +01:00
traxys
82a24d0d42
docs: Allow to add an url in the online documentation ( #1139 )
...
* plugin/committia: Use correct maintainers import
* plugins/neocord: Remove redyf as the entry is not in the list
* docs: Allow to add an URL to the plugin
2024-02-20 21:20:59 +01:00
Gaetan Lepage
9d30e87455
plugins/julia-cell: switch to mkVimPlugin
2024-02-20 10:03:03 +01:00
Gaetan Lepage
e76acb65b3
flake.nix: switch back to nixos-unstable for nixpkgs
2024-02-20 10:01:53 +01:00
Gaetan Lepage
a29a6d8f92
plugins/codeium-vim: refactor keymaps implementation
2024-02-19 23:39:35 +01:00
Gaetan Lepage
5fba5be696
plugins/codeium-vim: switch to mkVimPlugin
2024-02-19 23:39:35 +01:00
Gaetan Lepage
b8815f04a3
helpers/vim-plugin/mkVimPlugin: add optionsRenamedToSettings option
2024-02-19 11:25:29 +01:00
Gaetan Lepage
cef446a4da
helpers/vim-plugin/mkVimPlugin: rename addExtraConfigRenameWarning to deprecateExtraConfig
2024-02-19 11:25:29 +01:00
Gaetan Lepage
7af65ccae4
template/simple: simplify flake definition
2024-02-19 10:26:26 +01:00
Gaetan Lepage
56bda1f1c1
tests/ayu: switch to new settings option
2024-02-19 09:21:33 +01:00
Gaetan Lepage
6974a6a200
helpers/neovim-plugin/mkNeovimPlugin: fix typo for deprecateExtraOptions
2024-02-19 08:30:28 +01:00
Gaetan Lepage
5cb26e9e3a
github/issue template: encourage user to read FAQ before posting a bug report
2024-02-19 08:29:40 +01:00
Gaetan Lepage
f11eb4b2ac
tests/obsidian: disable as broken
2024-02-19 08:27:35 +01:00
Gaetan Lepage
08f3289d34
plugins/base16: rename plugin to conform with upstream
2024-02-19 08:27:35 +01:00
Gaetan Lepage
1a3b4a1829
flake.nix: temporarily switch to nixpkgs-unstable
2024-02-19 08:27:35 +01:00
traxys
9a14b26e7c
docs: Add an FAQ entry for missing attribute ( #1122 )
2024-02-19 08:25:10 +01:00
traxys
ad8aa72490
docs: Introduce an user guide ( #1121 )
2024-02-18 15:56:18 +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
Gaetan Lepage
9ec2de03af
colorschemes/ayu: switch to mkNeovimPlugin
2024-02-18 13:51:17 +01:00
Gaetan Lepage
efdd9f2688
helpers/neovim-plugin/mkNeovimPlugin: add deprecateExtraConfig and optionsRenamedToSettings options
2024-02-18 13:51:17 +01:00
Gaetan Lepage
7f57d0b1b8
helpers/neovim-plugin/mkNeovimPlugin: add callSetup option (default true)
2024-02-18 13:51:17 +01:00
Gaetan Lepage
2fe24d883e
plugins/haskell-scope-highlighting: switch to mkVimPlugin
2024-02-18 13:50:17 +01:00
André Vitor de Lima Matos
8e3b20f0d6
auto-session: fix sessionLens.sessionControl config attribute ( #1118 )
2024-02-18 11:45:23 +01:00
James Taranto
361e2ec74b
Revert "plugins/lsp: Add statix ( #1105 )"
...
This reverts commit b784e73ad3
.
2024-02-17 12:12:52 +01:00
Redyf
ca6240ddc2
plugins/neocord: init
...
Add support for https://github.com/IogaMaster/neocord
2024-02-16 15:11:15 +01:00
Gaetan Lepage
22351f4628
plugins/parinfer-rust: init
2024-02-16 13:59:39 +01:00
Gaetan Lepage
331f0430e4
ci: update cachix install-nix-action to fix doc generation
2024-02-16 11:03:19 +01:00
James Taranto
b784e73ad3
plugins/lsp: Add statix ( #1105 )
...
* plugins/lsp: Add statix
* plugins/lsp-config: remove redundant attribute
Default is already defined by name
Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>
* plugins/lsp-config: Simplify description
Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>
---------
Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>
2024-02-16 10:50:43 +01:00
traxys
dcbe894bea
Fix issue with non flake import ( #1102 )
...
* Update flake compat
* tests: Add a test without flakes
2024-02-15 22:51:26 +01:00
Richard Halford
2594863af7
plugin/nvim-lightbulb: update and switch to mkNeovimPlugin
2024-02-15 14:29:02 +01:00
traxys
6d7e429537
tests: Introduce a way to disable options when running in tests ( #1095 )
...
In our basic template we used to provide a check based on
`mkTestDerivationFromNvim`. The issue with this check (that is handled
correctly internally) is that some plugins _can't_ be used in the test
environment, for example image.nvim like in #1085 .
This commit introduces a new function to generate such checks,
`mkTestDerivationFromNixvimModule`, that wraps a nixvim configuration
instead of a built nvim instance.
Then a configuration can rely on the newly added
`helpers.enableExceptInTests` attribute to disable parts of the
configuration depending if it is evaluated in tests or in a real final
configuration.
Resolves #1085
2024-02-15 14:27:45 +01:00
Gaetan Lepage
0cef34c889
tests/lsp: re-enable ols
2024-02-15 14:24:15 +01:00