nvim-ide
nvim-ide copied to clipboard
This plugin seems to interfere with reloading my nvim config in place
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.