We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae26ece commit e42bcbeCopy full SHA for e42bcbe
modules/plugins/lsp/lspsaga/config.nix
@@ -16,7 +16,7 @@
16
in {
17
config = mkIf (cfg.enable && cfg.lspsaga.enable) {
18
vim = {
19
- startPlugins = ["lspsaga"];
+ startPlugins = ["lspsaga-nvim"];
20
21
maps = {
22
visual = mkSetLuaBinding mappings.codeAction "require('lspsaga.codeaction').range_code_action";
0 commit comments