Remove no longer needed workaround
This commit is contained in:
parent
3843269110
commit
03895d9b43
1 changed files with 0 additions and 7 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue