Skip to content

This plugin seems to interfere with reloading my nvim config in place #132

@brendenhoffman

Description

@brendenhoffman

Hello, small issue, I noticed this plugin breaks my hotkey to reload my nvim config. I don't make tons of changes to my config all the time, but it would be good to know how to handle the issue. I am sourcing the config and it seems unhappy because it is trying to load the plugin when there is already an instance running

Here is what I have in my init.lua:
vim.keymap.set("n", "<leader>sv", ":source ~/.config/nvim/init.lua<CR>", { noremap = true })
Let me know if you have a suggestion on how to fix this.

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