Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nvim: Reset gopls diagnostic trigger to its default
go.nvim sets the trigger to 'Save' by default due to some seemingly broken logic[1]. This prevents diagnostics from being refreshed on InsertLeave as intended by Neovim (:h vim.diagnostic.Opts). [1]: ray-x/go.nvim#515
- Loading branch information