Skip to content

Commit e42bcbe

Browse files
committed
lsp/lspsaga: fix npins name incompat
1 parent ae26ece commit e42bcbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/plugins/lsp/lspsaga/config.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
in {
1717
config = mkIf (cfg.enable && cfg.lspsaga.enable) {
1818
vim = {
19-
startPlugins = ["lspsaga"];
19+
startPlugins = ["lspsaga-nvim"];
2020

2121
maps = {
2222
visual = mkSetLuaBinding mappings.codeAction "require('lspsaga.codeaction').range_code_action";

0 commit comments

Comments
 (0)