[NeoVim] Updates

This commit is contained in:
2022-09-08 18:42:49 +02:00
parent 2c900d1ca5
commit 86e2d5ab84
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