rm un-needed dofile call
This commit is contained in:
parent
adf67560ce
commit
5d69a0d0f9
1 changed files with 1 additions and 5 deletions
6
init.lua
6
init.lua
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue