From 5623cd033f823f06afa75739813066b13aa39598 Mon Sep 17 00:00:00 2001 From: Damjan 9000 Date: Sun, 22 Oct 2023 11:44:31 +0200 Subject: Added lua/lazy-bootstrap.lua --- init.lua | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) (limited to 'init.lua') diff --git a/init.lua b/init.lua index a7667dd..16cc977 100644 --- a/init.lua +++ b/init.lua @@ -37,27 +37,15 @@ I hope you enjoy your Neovim journey, P.S. You can delete this when you're done too. It's your config now :) --]] + -- Set as the leader key -- See `:help mapleader` -- NOTE: Must happen before plugins are required (otherwise wrong leader will be used) vim.g.mapleader = ' ' vim.g.maplocalleader = ' ' --- Install package manager --- https://github.com/folke/lazy.nvim --- `:help lazy.nvim.txt` for more info -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', - '--branch=stable', -- latest stable release - lazypath, - } -end -vim.opt.rtp:prepend(lazypath) +-- Install lazy plugin manager +require('lazy-bootstrap') -- NOTE: Here is where you install your plugins. -- You can configure plugins using the `config` key. -- cgit v1.2.3-70-g09d2