Skip to content

nvim: rm debug lines from resolve_import_path #13

Description

@jm3

resolve_import_path() in nvim/lua/code.lua spams vim.api.nvim_echo debug lines on every call ("Original path:", "After @ strip:", "Resolved to:", "No git root found"). Looks like leftover from in-progress development — should be stripped, or moved behind a debug flag (e.g. if vim.g.resolve_import_debug then ... end).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions