rm un-needed dofile call

This commit is contained in:
siduck 2024-02-29 21:50:47 +05:30
parent adf67560ce
commit 5d69a0d0f9
1 changed files with 1 additions and 5 deletions

View File

@ -1,10 +1,6 @@
require "core"
local custom_init_path = vim.api.nvim_get_runtime_file("lua/custom/init.lua", false)[1]
if custom_init_path then
dofile(custom_init_path)
end
pcall(require, 'custom')
local lazypath = vim.fn.stdpath "data" .. "/lazy/lazy.nvim"