mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-02-22 19:38:00 +00:00
Compare commits
No commits in common. "ab49ba443d1d17a31c67937b510d56ee8b60859f" and "aa7b55fa49a55f12e72807466e905a204c32384a" have entirely different histories.
ab49ba443d
...
aa7b55fa49
2 changed files with 1 additions and 11 deletions
|
@ -130,6 +130,7 @@ in {
|
||||||
|
|
||||||
(mkIf cfg.lsp.enable {
|
(mkIf cfg.lsp.enable {
|
||||||
vim.lsp.lspconfig.enable = true;
|
vim.lsp.lspconfig.enable = true;
|
||||||
|
|
||||||
vim.lsp.lspconfig.sources.dart-lsp = servers.${cfg.lsp.server}.lspConfig;
|
vim.lsp.lspconfig.sources.dart-lsp = servers.${cfg.lsp.server}.lspConfig;
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
@ -49,17 +49,6 @@
|
||||||
flutter-tools-patched = buildPlug {
|
flutter-tools-patched = buildPlug {
|
||||||
pname = "flutter-tools";
|
pname = "flutter-tools";
|
||||||
patches = [./patches/flutter-tools.patch];
|
patches = [./patches/flutter-tools.patch];
|
||||||
|
|
||||||
# Disable failing require check hook checks
|
|
||||||
nvimSkipModule = [
|
|
||||||
"flutter-tools.devices"
|
|
||||||
"flutter-tools.dap"
|
|
||||||
"flutter-tools.runners.job_runner"
|
|
||||||
"flutter-tools.decorations"
|
|
||||||
"flutter-tools.commands"
|
|
||||||
"flutter-tools.executable"
|
|
||||||
"flutter-tools.dev_tools"
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue