idk what i did , check the blame

This commit is contained in:
rattatwinko
2025-06-13 11:12:11 +02:00
parent 71cd53d0fe
commit 968d061fa3

View File

@@ -1,9 +1,7 @@
-- ~/.config/nvim/init.lua
-- Complete VSCode-like Neovim Config with All Requested Keybindings
-- ======================
-- 1. Basic Configuration
-- ======================
vim.g.mapleader = " "
vim.g.maplocalleader = " "
@@ -41,6 +39,7 @@ vim.opt.writebackup = false
-- ======================
-- 2. Plugin Management
-- ======================
local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim"
if not vim.loop.fs_stat(lazypath) then
vim.fn.system({
@@ -57,6 +56,7 @@ vim.opt.rtp:prepend(lazypath)
-- ======================
-- 3. Plugin Specifications
-- ======================
local plugins = {
-- Theme (unchanged)
{