modified structure

This commit is contained in:
2025-09-19 00:36:56 +02:00
parent 0ec83088ff
commit 8037b20d9c
14 changed files with 201 additions and 232 deletions

View File

@@ -1,20 +1,2 @@
require("options")
require("mappings")
local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim"
if not vim.loop.fs_stat(lazypath) then
vim.fn.system({
"git",
"clone",
"--filter=blob:none",
"https://github.com/folke/lazy.nvim.git",
lazypath,
})
end
vim.opt.rtp:prepend(lazypath)
local plugins = require("plugins")
require("lazy").setup(plugins)
require("core.vim")
require("core.plugin_loader")