Commit graph

10 commits

Author SHA1 Message Date
Austin Horstman
a1c7932bdb
plugins/rustaceanvim: fix checkhealth error with neotest configuration
Rustaceanvim will throw an error if the configuration is sourced after
initialization. Our globals are defined at the top of the init.lua so
moving the settings to leverage the globals option and setting a
callback function as default to ensure we dont need to worry about
something initializing it before lspOnAttach is available.
2024-08-24 11:50:06 -05:00
traxys
123c102a13 plugin/rustaceanvim: Handle rust-analyzer settings rename 2024-07-10 22:44:58 +02:00
traxys
954876bef7 plugins/lsp/rust-analyzer: Use the newly generated options 2024-07-05 13:34:44 +02:00
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
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
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