This commit is contained in:
jimrothstein 2023-12-04 11:29:00 -08:00
parent ea0b10f35a
commit 1ec250ecda
3 changed files with 27 additions and 6 deletions

View file

@ -35,15 +35,15 @@ vim.opt.rtp:prepend(lazypath)
--
-- You can also configure plugins after the setup call,
-- as they will be available in your neovim runtime.
--
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',
-- 'tpope/vim-fugitive',
-- 'tpope/vim-rhubarb',
-- Detect tabstop and shiftwidth automatically
'tpope/vim-sleuth',