From c8d3da25a7b55240713d83c01645e53e7e977f50 Mon Sep 17 00:00:00 2001 From: jimrothstein Date: Sun, 20 Aug 2023 00:03:45 -0700 Subject: [PATCH] kickstart: first commit --- init.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.lua b/init.lua index 1332c3b9..4c2fafab 100644 --- a/init.lua +++ b/init.lua @@ -67,6 +67,8 @@ vim.opt.rtp:prepend(lazypath) require('lazy').setup({ -- NOTE: First, some plugins that don't require any configuration + -- Nvim-R + 'jalvesaq/Nvim-R', -- Git related plugins 'tpope/vim-fugitive', 'tpope/vim-rhubarb',