mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-02-22 11:28:01 +00:00
Compare commits
3 commits
1ded74757a
...
c6b344c221
Author | SHA1 | Date | |
---|---|---|---|
![]() |
c6b344c221 | ||
ab49ba443d | |||
7dbe7a08b3 |
2 changed files with 11 additions and 1 deletions
|
@ -130,7 +130,6 @@ 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,6 +49,17 @@
|
||||||
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"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
blink-cmp = pkgs.callPackage ./packages/blink-cmp.nix {
|
blink-cmp = pkgs.callPackage ./packages/blink-cmp.nix {
|
||||||
src = inputs.plugin-blink-cmp;
|
src = inputs.plugin-blink-cmp;
|
||||||
|
|
Loading…
Add table
Reference in a new issue