Merge remote-tracking branch 'upstream/main' into lint-required-files

This commit is contained in:
rice-cracker-dev 2025-04-17 20:35:23 +07:00
commit fd7c559ded
2 changed files with 12 additions and 4 deletions

View file

@ -330,3 +330,7 @@
[rrvsh](https://github.com/rrvsh):
- Fix namespace of python-lsp-server by changing it to python3Packages
[Noah765](https://github.com/Noah765):
- Add missing `flutter-tools.nvim` dependency `plenary.nvim`.

View file

@ -134,10 +134,14 @@ in {
})
(mkIf ftcfg.enable {
vim.startPlugins =
if ftcfg.enableNoResolvePatch
then ["flutter-tools-patched"]
else ["flutter-tools-nvim"];
vim.startPlugins = [
(
if ftcfg.enableNoResolvePatch
then "flutter-tools-patched"
else "flutter-tools-nvim"
)
"plenary-nvim"
];
vim.pluginRC.flutter-tools = entryAnywhere ''
require('flutter-tools').setup {