Skip to content

Commit

Permalink
nvim: Add vim-rhubarb and vim-ruby to init.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
pcgilday committed Mar 15, 2024
1 parent 97d83c1 commit e80f606
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,10 @@ require("lazy").setup({
vim.keymap.set("n", "<leader>gl", ":Gclog -n 100<CR>", { noremap = true })
end,
},
'tpope/vim-rhubarb',

-- language specific plugins
'vim-ruby/vim-ruby',
'tpope/vim-rails',

-- colorscheme
Expand Down

0 comments on commit e80f606

Please sign in to comment.