lsp/lspsaga: fix npins name incompat

This commit is contained in:
NotAShelf 2025-02-17 03:17:48 +03:00
parent ae26ece143
commit e42bcbe1ec
No known key found for this signature in database
GPG key ID: EED98D11B85A2819

View file

@ -16,7 +16,7 @@
in {
config = mkIf (cfg.enable && cfg.lspsaga.enable) {
vim = {
startPlugins = ["lspsaga"];
startPlugins = ["lspsaga-nvim"];
maps = {
visual = mkSetLuaBinding mappings.codeAction "require('lspsaga.codeaction').range_code_action";