mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2025-12-25 02:30:03 +01:00
lsp/lspsaga: fix npins name incompat
This commit is contained in:
parent
ae26ece143
commit
e42bcbe1ec
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue