Skip to content

Commit 2bd96e9

Browse files
committed
blink: remove duplicate lsp.capabilities
1 parent 1e7109f commit 2bd96e9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

modules/nixvim/plugins/blink/default.nix

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -241,11 +241,6 @@
241241
}
242242
(lib.mkIf config.plugins.blink-cmp.enable {
243243
cmp-calc.enable = true;
244-
245-
lsp.capabilities = # Lua
246-
''
247-
capabilities = require('blink.cmp').get_lsp_capabilities(capabilities)
248-
'';
249244
})
250245
];
251246
}

0 commit comments

Comments
 (0)