Commit graph

2428 commits

Author SHA1 Message Date
Gaetan Lepage
d748d9ea02 plugins/efm: Install mypy & ruff 2023-11-13 14:22:43 +01:00
mrtnvgr
47260b5e53
plugins/catppuccin: update integrations (#670)
* plugins/catppuccin: update integrations

* add TODOs

* update mini integration

* fix indent_blankline.scope_color

* sort; update values

* fix ci

* NormalNvim

* update todos
2023-11-13 10:24:25 +01:00
Gaétan Lepage
1286a0f41e
flake.lock: Update (#693)
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/fa804edfb7869c9fb230e174182a8a1a7e512c40' (2023-11-02)
  → 'github:NixOS/nixpkgs/85f1ba3e51676fa8cc604a3d863d729026a6b8eb' (2023-11-04)
• Updated input 'pre-commit-hooks':
    'github:cachix/pre-commit-hooks.nix/dec10399e5b56aa95fcd530e0338be72ad6462a0' (2023-11-01)
  → 'github:cachix/pre-commit-hooks.nix/ea758da1a6dcde6dc36db348ed690d09b9864128' (2023-11-06)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-11-11 17:58:23 +01:00
traxys
6b93c8fa6d
efmls-configs: Use upstream tool definitions (#692) 2023-11-06 23:07:55 +01:00
Gaetan Lepage
9cf2c342a2 plugins/default.nix: re-order plugins alphabetically 2023-11-06 16:39:53 +01:00
Gaetan Lepage
b6724702b4 misc: refactor imports, prefer adding helpers to args rather than importing it 2023-11-06 16:33:39 +01:00
traxys
541b694873
docs: Allow to install man pages (#687) 2023-11-06 16:26:23 +01:00
traxys
e45be89f12
plugins/todo-comments: Allow to pass keymap options (#599)
This re-uses the keymap options defined in the keymaps module to allow
to define the options of todo-comments key mappings.

Fixes #598
Co-authored-by: gaetan@glepage.com
2023-11-06 15:53:26 +01:00
traxys
229fe85d6b
docs: Allow to generate man pages for nixvim (#686) 2023-11-06 11:52:30 +01:00
traxys
2031834990
fix: Enable helpers to be passed as an argument in nixvim (#688)
With this change `helpers` can be imported using `{pkgs, lib, helpers,
...}` instead of requiring to `import` it.
2023-11-05 18:34:32 +01:00
NAHO
1e91231e86 fix(plugins/utils/spider): 'ge' mapping not working
Reference: 86236bfc57/README.md (L119-L124)
2023-11-04 23:27:47 +01:00
Gaétan Lepage
28b3877f3e
flake.lock: Update (#684)
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/63678e9f3d3afecfeafa0acead6239cdb447574c' (2023-10-26)
  → 'github:NixOS/nixpkgs/fa804edfb7869c9fb230e174182a8a1a7e512c40' (2023-11-02)
• Updated input 'pre-commit-hooks':
    'github:cachix/pre-commit-hooks.nix/bd38df3d508dfcdff52cd243d297f218ed2257bf' (2023-10-25)
  → 'github:cachix/pre-commit-hooks.nix/dec10399e5b56aa95fcd530e0338be72ad6462a0' (2023-11-01)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-11-04 21:21:48 +01:00
Zach Coyle
1aecd4c203 plugins/harpoon: fix busted keybind 2023-11-04 10:16:51 +01:00
Yash Shinde
76291156fa
plugins/conform: init + test (#667) 2023-11-03 15:48:24 +01:00
Haseeb Majid
b5414a3841
feat: add new plugin git-worktree (#678)
Co-authored-by: Haseeb Majid <haseeb.majid@imaginecurve.com>
2023-11-01 15:47:45 +01:00
PatrickDaG
2019968548
flake: add overlay as an alternative to legacyPackages (#668) 2023-11-01 12:14:59 +01:00
Haseeb Majid
77a3f3c298
refactor undo to newer style (#677)
Co-authored-by: Haseeb Majid <haseeb.majid@imaginecurve.com>
2023-10-31 15:10:08 +01:00
Haseeb Majid
8fb5fc43fe
plugins/refactoring: init + test (#676) 2023-10-31 10:20:00 +01:00
Gaetan Lepage
9004ffe32f plugins/none-ls: disable fantomas test for darwin 2023-10-28 16:45:51 +02:00
Maximilian Ehlers
283c46624c
[luasnip] adds support for loading lua snippets and setting extra config (#660)
Signed-off-by: Maximilian Ehlers <maximilian@sodawa.com>
Co-authored-by: Maximilian Ehlers <maximilian@sodawa.com>
Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>
2023-10-28 15:47:36 +02:00
Gaétan Lepage
48b1c10e8f
flake.lock: Update (#673)
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/8efd5d1e283604f75a808a20e6cde0ef313d07d4' (2023-10-24)
  → 'github:NixOS/nixpkgs/63678e9f3d3afecfeafa0acead6239cdb447574c' (2023-10-26)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-10-28 15:35:56 +02:00
Mikael Fangel
8e34083935
fantomas: init (#672) 2023-10-28 12:50:09 +02:00
mrtnvgr
315bc508ee
plugins/catppuccin: add disableUnderline option (#669)
* plugins/catppuccin: add `disableUnderline` option

* re-test?

* fix ci
2023-10-27 07:55:04 +02:00
github-actions[bot]
e1138cda39 autogenerated: Update options 2023-10-26 15:48:05 +02:00
github-actions[bot]
02c06d2c75 flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/7c9cc5a6e5d38010801741ac830a3f8fd667a7a0' (2023-10-19)
  → 'github:NixOS/nixpkgs/8efd5d1e283604f75a808a20e6cde0ef313d07d4' (2023-10-24)
• Updated input 'pre-commit-hooks':
    'github:cachix/pre-commit-hooks.nix/8cc349bfd082da8782b989cad2158c9ad5bd70fd' (2023-10-19)
  → 'github:cachix/pre-commit-hooks.nix/bd38df3d508dfcdff52cd243d297f218ed2257bf' (2023-10-25)
2023-10-26 15:48:05 +02:00
Haseeb Majid
520a59668d
plugins/telescope.extensions.undo: init + (#654)
* new plugin

* add content

* add content

* Update plugins/telescope/undo.nix

Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>

* Update plugins/telescope/undo.nix

Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>

* add test

* Update plugins/telescope/undo.nix

Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>

* fix per pr comments

* fix per pr comments

* fix per pr comments

---------

Co-authored-by: Haseeb Majid <haseeb.majid@imaginecurve.com>
Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>
2023-10-25 23:08:23 +02:00
traxys
0c5dcb56d1
standalone: Allow to pass extraSpecialArgs (#665) 2023-10-23 14:11:29 +02:00
Gaetan Lepage
2f06f921e0 plugins/indent-blankline: update options 2023-10-23 11:08:34 +02:00
traxys
954706ca4d
tests: Check example.nix in nix flake check (#663) 2023-10-22 14:53:52 +02:00
Kasper Seweryn
36119e7ec1
plugins/ayu: automatically apply ayu theme when enabled (#661) 2023-10-22 14:48:48 +02:00
Gaetan Lepage
65bd427a6e example: correct wrong instruction to set leader 2023-10-22 14:31:19 +02:00
siph
56f46166f9 plugins/null-ls: migrate null-ls to none-ls 2023-10-22 00:50:54 +02:00
Gaetan Lepage
3c4ac5ba0d tests/lsp: disable fsautocomplete for non-linux systems 2023-10-21 19:53:01 +02:00
Gaetan Lepage
8d11162f5f tests/lsp: disable broken futhark-lsp 2023-10-21 19:53:01 +02:00
Gaetan Lepage
0d8da0fcfb plugins/nvim-tree: fix option types 2023-10-21 19:53:01 +02:00
github-actions[bot]
eab342e2bb autogenerated: Update options 2023-10-21 19:53:01 +02:00
github-actions[bot]
a3fd5e6af1 flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/f5892ddac112a1e9b3612c39af1b72987ee5783a' (2023-09-29)
  → 'github:NixOS/nixpkgs/87828a0e03d1418e848d3dd3f3014a632e4a4f64' (2023-10-06)
• Updated input 'pre-commit-hooks':
    'github:cachix/pre-commit-hooks.nix/033453f85064ccac434dfd957f95d8457901ecd6' (2023-10-01)
  → 'github:cachix/pre-commit-hooks.nix/42e1b6095ef80a51f79595d9951eb38e91c4e6ca' (2023-10-09)
2023-10-21 19:53:01 +02:00
Haseeb Majid
0094f82d35
plugins/harpoon: fix telescope integration (#656)
* fix harpoon

* fix telescope harpoon

* fix telescope harpoon

* Update plugins/utils/harpoon.nix

Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>

---------

Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>
2023-10-21 11:40:49 +02:00
Mikael Fangel
9832bc3f54
fsautocomplete: init (#655) 2023-10-20 10:39:09 +02:00
Haseeb Majid
d560fc6183
plugins/harpoon: allow to enable the telescope extension (#624) 2023-10-18 18:20:03 +02:00
Ruixi-rebirth
b5849e2407
plugins/null-ls: add formatting source: gofmt (#653) 2023-10-18 13:58:27 +02:00
Haseeb Majid
0ece949f98
plugins/nix-develop: init + tests (#644) 2023-10-18 10:19:46 +02:00
Ruixi-rebirth
465d09849a
plugins/null-ls: add formatting source: beautysh (#651) 2023-10-17 11:29:43 +02:00
traxys
0b87e5b70c
plugin/persistence: init + tests (#645) 2023-10-16 23:54:41 +02:00
Gaetan Lepage
a9698ea2b0 module/keymaps: no need to set options = {} 2023-10-16 14:54:31 +02:00
Gaetan Lepage
69b3a13532 modules/keymaps: keymaps option should not accept str mappings 2023-10-16 11:08:28 +02:00
Gaetan Lepage
7f29aade86 modules/keymaps: remove possibility to add a keymap without an action 2023-10-16 11:08:28 +02:00
Haseeb Majid
0de47ebf77
plugin/hmts: init + tests (#646) 2023-10-15 17:32:16 +02:00
traxys
0a31f39447
plugins/flash: init + tests (#625) 2023-10-15 17:31:03 +02:00
Haseeb Majid
bab56daddb
plugins/better-escape: init + tests (#626)
* adding better escape

* fixing formatting

* fixing tests

* fixing comments from pr

* fixing comments from pr

* Update tests/test-sources/plugins/utils/better-escape.nix

Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>

* Update plugins/utils/better-escape.nix

Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>

* Update plugins/utils/better-escape.nix

Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>

* Update plugins/utils/better-escape.nix

Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>

* Update plugins/utils/better-escape.nix

Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>

* Update plugins/utils/better-escape.nix

Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>

* fixing comments from pr

---------

Co-authored-by: Haseeb Majid <haseeb.majid@imaginecurve.com>
Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>
2023-10-13 23:47:44 +02:00