Matt Sturgeon
6f408f2bd0
plugins/languages: normalize plugin defaults
2024-06-21 08:49:03 +01:00
Gaetan Lepage
f5de31debc
pugins/lsp/rust-analyzer: temporarily remove rust-analyzer settings options declarations
2024-06-18 11:38:52 +02:00
Matt Sturgeon
5755ff0958
plugins/sniprun: switch to mkNeovimPlugin
2024-06-17 21:27:17 +01:00
Gaetan Lepage
b822078ec1
plugins/ts-autotag: switch to mkNeovimPlugin
2024-06-17 11:02:51 +02:00
Matt Sturgeon
130a66bce7
plugins/ltex-extra: minor options cleanup
...
- Remove stringified default values
- Use an enum for log levels
- Remove adding package (done by mkNeovimPlugin)
2024-06-17 08:51:33 +01:00
svl
cc9023fb1d
plugins/languages/lint: allow irregular linters
...
setting `linters.markdownlint-cli.cmd` would genenrate
before:
`linters.markdownlint-cli.cmd` resulting in an error.
after:
`linters["markdownlint-cli"]["cmd"]`
2024-06-12 16:25:02 +02:00
Gaetan Lepage
7a2d065cce
misc: ensure all options have a description
2024-06-11 11:34:10 +02:00
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