idk what i did , check the blame
This commit is contained in:
6
init.lua
6
init.lua
@@ -1,9 +1,7 @@
|
|||||||
-- ~/.config/nvim/init.lua
|
|
||||||
-- Complete VSCode-like Neovim Config with All Requested Keybindings
|
|
||||||
|
|
||||||
-- ======================
|
-- ======================
|
||||||
-- 1. Basic Configuration
|
-- 1. Basic Configuration
|
||||||
-- ======================
|
-- ======================
|
||||||
|
|
||||||
vim.g.mapleader = " "
|
vim.g.mapleader = " "
|
||||||
vim.g.maplocalleader = " "
|
vim.g.maplocalleader = " "
|
||||||
|
|
||||||
@@ -41,6 +39,7 @@ vim.opt.writebackup = false
|
|||||||
-- ======================
|
-- ======================
|
||||||
-- 2. Plugin Management
|
-- 2. Plugin Management
|
||||||
-- ======================
|
-- ======================
|
||||||
|
|
||||||
local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim"
|
local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim"
|
||||||
if not vim.loop.fs_stat(lazypath) then
|
if not vim.loop.fs_stat(lazypath) then
|
||||||
vim.fn.system({
|
vim.fn.system({
|
||||||
@@ -57,6 +56,7 @@ vim.opt.rtp:prepend(lazypath)
|
|||||||
-- ======================
|
-- ======================
|
||||||
-- 3. Plugin Specifications
|
-- 3. Plugin Specifications
|
||||||
-- ======================
|
-- ======================
|
||||||
|
|
||||||
local plugins = {
|
local plugins = {
|
||||||
-- Theme (unchanged)
|
-- Theme (unchanged)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user