WIP: update-upstream #4

Closed
cscherrNT wants to merge 69 commits from update-upstream into master
1 changed files with 1 additions and 5 deletions
Showing only changes of commit 5d69a0d0f9 - Show all commits

View File

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