Revert "Revert "attempt to fix""

This reverts commit 60315a3bc1.
This commit is contained in:
Sakooooo 2023-08-11 12:59:56 +03:00
parent 60315a3bc1
commit d7cf754399
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -1,5 +1,4 @@
-- bootstrap lazy.nvim
local dashboard_configuration = require "core.plugin_config.dashboard"
local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim"
if not vim.loop.fs_stat(lazypath) then
vim.fn.system({
@ -73,7 +72,7 @@ local plugins = {
-- startup
{
'glepnir/dashboard-nvim',
config = dashboard_configuration.get_sections(),
config = require("dashboard").setup({}),
event = 'VimEnter',
dependencies = { { 'nvim-tree/nvim-web-devicons' } }
},