diff --git a/home-manager/nixvim/config.nix b/home-manager/nixvim/config.nix index 7157f6c..f8daed8 100644 --- a/home-manager/nixvim/config.nix +++ b/home-manager/nixvim/config.nix @@ -208,6 +208,12 @@ action = ":Refactor inline_func "; options.desc = "Inline function"; } + # lsp-lines + { + key = "l"; + action = "lua require('lsp_lines').toggle()"; + options.desc = "Toggle lsp-lines"; + } # hop { key = "f";