Skip to content

Commit

Permalink
fix(notification): Notification does not go away if server is already…
Browse files Browse the repository at this point in the history
… running (#61)
  • Loading branch information
amitds1997 committed Oct 29, 2023
1 parent 26db684 commit 4e65b1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/remote-nvim/providers/provider.lua
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ function Provider:_setup_remote()

self._setup_running = false
else
self.notifier:notify("Neovim server is already running. Not starting a new one")
self.notifier:notify_once("Neovim server is already running. Not starting a new one")
end
else
self.notifier:notify_once(
Expand Down

0 comments on commit 4e65b1b

Please sign in to comment.