From 7b79203f54853733d4fae88943829d0e24e6e49f Mon Sep 17 00:00:00 2001 From: Jon Santmyer Date: Sun, 7 Jan 2024 12:00:08 -0500 Subject: massive overhaul --- modules/editor/neovim/init.lua | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 modules/editor/neovim/init.lua (limited to 'modules/editor/neovim/init.lua') diff --git a/modules/editor/neovim/init.lua b/modules/editor/neovim/init.lua deleted file mode 100644 index 4a80830..0000000 --- a/modules/editor/neovim/init.lua +++ /dev/null @@ -1,14 +0,0 @@ -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", - lazypath - }) -end -vim.opt.rtp:prepend(lazypath) - -require("lazy").setup("plugins") -- cgit v1.2.1