Remove no longer needed workaround

This commit is contained in:
Jan Hamal Dvořák 2025-07-30 11:48:37 +02:00
parent 3843269110
commit 03895d9b43

View file

@ -1,10 +1,3 @@
-- Work around https://github.com/neovim/neovim/issues/21856
vim.api.nvim_create_autocmd({ "VimLeave" }, {
callback = function()
vim.fn.jobstart("/bin/true", { detach = true })
end,
})
vim.diagnostic.config({
-- Use the default configuration
-- virtual_lines = true,