Commit graph

160 commits

Author SHA1 Message Date
Petr Portnov | PROgrm_JARvis
afc98b291d
fix(hmts): correct error message on no treesitter 2024-06-04 16:48:13 +03:00
Matt Sturgeon
d136c08f3a
plugins: normalise null plugin-defaults
Replaced all instances of `"null"` with `null`, when passing
plugin-defaults to `defaultNullOpts` functions.
2024-06-02 03:18:10 +01:00
Gaetan Lepage
5c8f85dd27 plugins/debugprint: remove deprecated ignore_treesitter option 2024-05-30 14:10:06 +02:00
Gaetan Lepage
5b09c711e2 plugins/rustaceanvim: switch to mkNeovimPlugin 2024-05-21 00:12:26 +02:00
Wester de Cocq
169d7f4dc0 plugins/rustaceanvim: fix onAttach 2024-05-20 10:08:18 +02:00
Gaetan Lepage
88ade1dfaa plugins/rustaceanvim: move source files to languages/rust subfolder 2024-05-19 15:39:51 +02:00
Gaetan Lepage
0e5ed7e782 plugins/rust-tools: move source files to languages/rust subfolder 2024-05-19 15:39:51 +02:00
Gaetan Lepage
7c4fe30f81 lib/options: introduce new mkPackageOption for dependencies 2024-05-17 22:15:47 +02:00
Gaetan Lepage
26367692da lib/options: rename mkPackageOption to mkPluginPackageOption 2024-05-17 22:15:47 +02:00
Wester de Cocq
53697141b5 plugins/rustaceanvim: update options 2024-05-17 14:01:22 +02:00
traxys
62f32bfc71 treewide: Reformat with nixfmt 2024-05-05 22:00:40 +02:00
Gaetan Lepage
e95f8e9ce4 plugins/texpresso: init 2024-04-26 11:42:58 +02:00
Gaetan Lepage
f2f97d844b misc: allow null in extraPackages 2024-04-24 08:10:51 +02:00
Gaetan Lepage
c826d146c6 plugins/godot: init 2024-04-23 09:08:39 +02:00
Gaetan Lepage
6ebd538ede plugins/treesitter-context: switch to mkNeovimPlugin 2024-04-22 21:05:55 +02:00
Gaetan Lepage
6440f4af87 plugins/qmk: init 2024-04-15 13:25:53 +02:00
Gaetan Lepage
b9f211bbee plugins/debugprint: switch to mkNeovimPlugin 2024-04-09 10:42:58 +02:00
Austin Horstman
f285a958c0 plugins/jdtls: fix binary name 2024-04-05 08:45:11 +02:00
Matt Sturgeon
4f83bcf290
Rename options to avoid confusion with module options (#1324) 2024-03-29 21:58:44 +01:00
Gaetan Lepage
b658169f11 plugins/jupytext: init 2024-03-28 13:26:46 +01:00
Gaetan Lepage
4d471f04a5 helpers/vim-plugin/mkVimPlugin: remove useless 'options' argument 2024-03-25 22:52:32 +01:00
Loïc Reynier
85b76132d8
plugins/ltex-extra: init (#1184) 2024-03-07 19:48:29 +01:00
Loïc Reynier
233feeb8d2
treewide: fix typos (#1217) 2024-03-07 19:44:13 +01:00
Gaetan Lepage
44a31bd1fe plugins/markdown-preview: switch to settings option 2024-03-06 22:28:12 +01:00
Gaetan Lepage
f2de9a94c4 plugins: set myself (@GaetanLepage) as maintainer for several vim plugins 2024-03-04 11:46:56 +01:00
Gaetan Lepage
60c6912126 plugins/zig: switch to settings option 2024-03-03 22:40:54 +01:00
Gaetan Lepage
a6bf19966d plugins/tagbar: add settingsExample 2024-03-03 22:40:15 +01:00
Gaetan Lepage
4d8285ac0c plugins/ledger: add option to install the ledger binary 2024-03-03 22:38:57 +01:00
Gaetan Lepage
f343db2854 plugins/ledger: switch to settings option 2024-03-03 22:38:57 +01:00
Gaetan Lepage
7e33553fc3 plugins/vim-slime: switch to settings option 2024-03-03 22:38:22 +01:00
Gaetan Lepage
66c019d638 plugins/typst-vim: switch to mkVimPlugin 2024-02-22 01:34:39 +01:00
Gaetan Lepage
b6138b409f plugins/vimtex: switch to mkVimPlugin 2024-02-22 01:34:19 +01:00
Gaetan Lepage
9d30e87455 plugins/julia-cell: switch to mkVimPlugin 2024-02-20 10:03:03 +01:00
Gaetan Lepage
cef446a4da helpers/vim-plugin/mkVimPlugin: rename addExtraConfigRenameWarning to deprecateExtraConfig 2024-02-19 11:25:29 +01:00
Gaetan Lepage
2fe24d883e plugins/haskell-scope-highlighting: switch to mkVimPlugin 2024-02-18 13:50:17 +01:00
Gaetan Lepage
22351f4628 plugins/parinfer-rust: init 2024-02-16 13:59:39 +01:00
Gaetan Lepage
d7fe40ebd8 helpers/vim-plugin/mkVimPlugin: rename package option to defaultPackage 2024-02-15 10:13:39 +01:00
Viktor Kleen
7edffe3896
Fix typos in plugins.treesitter-refactor.navigation.keymaps (#1031) 2024-02-14 21:37:43 +01:00
Gaetan Lepage
6a8d6fd005 helpers/vim-plugin/mkVimPlugin: rename 'description' -> 'originalName' 2024-02-14 09:13:21 +01:00
Gaetan Lepage
3871b56b15 pugins/VIM-PLUGINS: add rename warning for extraConfig option 2024-02-12 13:12:43 +01:00
Gaetan Lepage
7dbf7f978c plugins: do not import helpers.nix directly 2024-02-11 11:50:35 +01:00
Gaetan Lepage
3c174e874c helpers/vim-plugin/mkVimPlugin: refactor 2024-02-10 17:53:41 +01:00
Gaetan Lepage
9d3ff56ed8 plugins/helm: init 2024-02-03 12:29:14 +01:00
Gustavo Araiza
3958364809 plugins/haskell-scope-highlighting: init + test
Add warning for Treesitter dependency

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

add test for highlights, add package

tweak warning message

enable treesitter in tests

suggested change
2024-01-29 08:47:37 +01:00
Gaetan Lepage
e2c3459d1d lib/helpers: extraOptionsOptions -> neovim-plugin.extraOptionsOptions 2024-01-28 23:39:14 +01:00
Gaetan Lepage
d137555971 plugins/hmts: add warning when treesitter is not enabled 2024-01-26 16:00:53 +01:00
Gaetan Lepage
889144c0b1 plugins/hmts: move source file and test from 'utils' to 'languages/treesitter' 2024-01-26 16:00:53 +01:00
Gabriel Arazas
6b0f03e4a1 plugins: clean up module descriptions
Only for the `enable` option though.
2024-01-26 15:43:47 +01:00
garaiza-93
56b1082525
plugins/typescript-tools: init (#966) 2024-01-26 14:41:10 +01:00
traxys
368f4d6a58
plugins/rustaceanvim: Allow to add on_attach to rustaceanvim (#979)
* plugins/rustaceanvim: Add 'onAttach'

* plugins/rustaceanvim: Put the configuration after the lsp setups to use __lspOnAttach
2024-01-26 14:38:07 +01:00