Commit graph

2891 commits

Author SHA1 Message Date
github-actions[bot]
563ab0660b flake.lock: Update
Flake lock file updates:

• Updated input 'flake-parts':
    'github:hercules-ci/flake-parts/88a2cd8166694ba0b6cb374700799cec53aef527' (2024-01-01)
  → 'github:hercules-ci/flake-parts/07f6395285469419cf9d078f59b5b49993198c00' (2024-01-11)
• Updated input 'home-manager':
    'github:nix-community/home-manager/51e44a13acea71b36245e8bd8c7db53e0a3e61ee' (2024-01-05)
  → 'github:nix-community/home-manager/0912d26b30332ae6a90e1b321ff88e80492127dd' (2024-01-13)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/46ae0210ce163b3cba6c7da08840c1d63de9c701' (2024-01-06)
  → 'github:NixOS/nixpkgs/317484b1ead87b9c1b8ac5261a8d2dd748a0492d' (2024-01-08)
• Updated input 'pre-commit-hooks':
    'github:cachix/pre-commit-hooks.nix/44493e2b3c3ebcd39a9947e9ed9f2c2af164ec4c' (2024-01-07)
  → 'github:cachix/pre-commit-hooks.nix/274ae3979a0eacae422e1bbcf63b8b7a335e1114' (2024-01-12)
2024-01-14 12:01:23 +01:00
Gaetan Lepage
ffc5e7dc91 README: add link to videos 2024-01-14 12:01:09 +01:00
Gaetan Lepage
749a8a38c4 plugins/lsp: add htmx lsp 2024-01-12 23:39:32 +01:00
traxys
29225c2797
docs: Correctly generate documentation for types either a (submodule ...) (#929)
This requires pulling quite a lot of code from nixpkgs in order to
make the `either` type work correctly, the effects can be seen for
example in the documentation of `ollama.promps` and `ollama.actions`
2024-01-12 23:22:03 +01:00
Gaetan Lepage
61da581315 plugins/lsp: add prolog-ls 2024-01-12 22:34:09 +01:00
garaiza-93
0379ab34cc
plugins/none-ls: add bandit source (#925)
* plugins/none-ls: add bandit source

* plugins/none-ls: add test for bandit
2024-01-11 08:32:13 +01:00
siph
7d6c62833b plugins/lsp: add nushell language server 2024-01-11 08:30:18 +01:00
William Vandervalk
65689c5dd8 colorschemes/base16: update base16 colorscheme list 2024-01-10 22:51:02 +01:00
Gaetan Lepage
b4ddb32288 plugins/dap: minor refactoring 2024-01-09 15:57:55 +01:00
Coutinho de Souza
6645fea915
plugins/lsp: add beancount-language-server (#920) 2024-01-09 00:04:55 +01:00
Gaetan Lepage
0f1c0bda6d plugins/nvim-cmp: fix example for mappings option 2024-01-08 13:28:15 +01:00
Gaetan Lepage
813702c5e2 tests/image: disable as magick is broken 2024-01-08 13:27:50 +01:00
github-actions[bot]
c5e912332e flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/bd645e8668ec6612439a9ee7e71f7eac4099d4f6' (2024-01-02)
  → 'github:NixOS/nixpkgs/46ae0210ce163b3cba6c7da08840c1d63de9c701' (2024-01-06)
• Updated input 'pre-commit-hooks':
    'github:cachix/pre-commit-hooks.nix/9d3d7e18c6bc4473d7520200d4ddab12f8402d38' (2023-12-30)
  → 'github:cachix/pre-commit-hooks.nix/44493e2b3c3ebcd39a9947e9ed9f2c2af164ec4c' (2024-01-07)
2024-01-08 13:27:50 +01:00
Mirko Lenz
46ca452d0b
standalone: pass extraSpecialArgs to lib.evalModules directly (#914) 2024-01-07 20:49:17 +01:00
Peter Tonner
f85f26878f
misc: correct molten image provider options (#915)
* misc: correct molten image provider options

* fix: update formatting
2024-01-07 00:02:54 +01:00
Peter Tonner
c795b2ee40 misc: fix python packages option name 2024-01-06 21:17:55 +01:00
Gaetan Lepage
d52f656a8b misc: fix python environment options 2024-01-06 20:11:22 +01:00
Gaetan Lepage
a1f8b437b3 plugins/ollama: use new mkNullOrStr 2024-01-06 19:52:52 +01:00
Gaetan Lepage
bd6a6776dd plugins/obsidian: init 2024-01-06 19:52:52 +01:00
Gaetan Lepage
a40a0c679c helpers: add mkNullOrStr 2024-01-06 18:33:39 +01:00
Gaetan Lepage
ed02648368 flake/wrappers: move wrappers checks to wrappers.nix 2024-01-06 18:20:46 +01:00
traxys
2167c1930c
tests: Add a test for nix-darwin modules (#909) 2024-01-06 18:03:44 +01:00
traxys
245930d735
tests: Add a test for the nixos module (#907) 2024-01-06 17:53:31 +01:00
Gaetan Lepage
7582a6e413 ci/check: remove (it is now empty) 2024-01-06 17:42:57 +01:00
Gaetan Lepage
1ab5159acf modules: add python options to specify the python environment 2024-01-06 17:39:17 +01:00
traxys
96cdbc8177
tests: Add a test for the home-manager module (#901) 2024-01-06 17:31:17 +01:00
Gaetan Lepage
55745158c2 plugins/ollama: init 2024-01-06 16:45:17 +01:00
Gaetan Lepage
f0b487a10c helpers: expose maybeRaw for wider use 2024-01-06 16:45:17 +01:00
Richard Halford
b0895fc9fa
plugins/lsp: add templ language server (#905)
* plugins/lsp: add templ language server

* plugins/templ: remove name attribute

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-01-06 16:14:54 +01:00
Gaetan Lepage
186fe574f9 flake: checks.nix -> tests.nix 2024-01-06 16:00:22 +01:00
Gaetan Lepage
48b5056d28 flake/packages: test all packages by default 2024-01-06 16:00:22 +01:00
Gaetan Lepage
782f2d6150 flake/packages: exclude docs from packages on darwin 2024-01-06 16:00:22 +01:00
Gaetan Lepage
ef3b3f3bbb ci/check: use github runner instead of self-hosted 2024-01-06 15:58:54 +01:00
Gaetan Lepage
1ebc9c9080 ci/check: remove useless 'nix flake check' (now done by buildbot) 2024-01-06 15:58:54 +01:00
Gaetan Lepage
a8852ca416 ci/check: remove useless check of the template flake 2024-01-06 15:08:08 +01:00
Gaetan Lepage
3bced7b059 flake/templates: propagate the template's checks to the main flake's 2024-01-06 15:08:08 +01:00
Gaetan Lepage
45c2e25127 templates/simple: remove useless self from extraSpecialArgs 2024-01-06 15:08:08 +01:00
Gaetan Lepage
965f4b0b20 colorschemes/palette: init 2024-01-06 14:55:42 +01:00
Gaetan Lepage
7d0b2c2ed0 misc: remove deprecated/unused helpers folder 2024-01-06 14:37:18 +01:00
Gaetan Lepage
f14b59b242 flake/modules: remove the flake inputs from nixvim module inputs 2024-01-06 14:37:18 +01:00
Gaetan Lepage
e8d6b60a2b flake: move documentation building from CI to flake check 2024-01-06 14:37:18 +01:00
Mirko Lenz
eecd2ab3ce Update wrapper imports (fixes #898) 2024-01-06 11:06:06 +01:00
Gaetan Lepage
f16f767f46 templates: switch to flake-parts 2024-01-06 00:05:13 +01:00
Gaetan Lepage
31284ddabe flake.nix: refactoring using flake-parts 2024-01-06 00:05:13 +01:00
vincent.cui
1f1065df1e plugins/comment-nvim: add {pre,post}Hook options 2024-01-05 15:49:41 +01:00
Gaetan Lepage
856b88d1e3 plugins/lualine: add test for icon option 2024-01-05 15:26:41 +01:00
Hayden
a2c5bd3548
plugins/lsp: add dagger language server (for cuelang) (#890) 2024-01-05 15:25:40 +01:00
Gaetan Lepage
5281e7957f tests/efmls-configs: disable dmd and lua_format on x86_64-darwin (broken) 2024-01-05 00:05:28 +01:00
Gaetan Lepage
e2bd0e5db0 tests/lsp: disable "all-servers" test for darwin because of sandbox limitations 2024-01-05 00:05:28 +01:00
Gaetan Lepage
5a6ea0aa09 tests/netman: disable test on darwin (broken) 2024-01-05 00:05:28 +01:00