[NeoVim] Updates

This commit is contained in:
2022-09-08 18:42:49 +02:00
committed by Pierre Jeanjean
parent efcc99d06d
commit 257f0d724f
5 changed files with 21 additions and 7 deletions

View File

@@ -21,9 +21,12 @@ if tangerine_bootstrapped then
hooks = {'oninit'}
}
})
require('init')
else
require('tangerine').setup({})
if (#(require('tangerine.vim.hooks').run()) > 0) then
local diagnostics = require('tangerine.vim.hooks').run()
require('init')
if #diagnostics > 0 then
require('packer').sync()
end
end