Skip to content

Commit

Permalink
adding additional plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
DMcP89 committed Jun 7, 2024
1 parent 2af88e9 commit c07166b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .config/nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ vim.call('plug#begin')

Plug('tpope/vim-fugitive')
Plug('fatih/vim-go')
Plug('preservim/nerdtree')
Plug('junegunn/fzf', { ['do'] = function()
vim.fn['fzf#install']()
end })
Plug('ap/vim-buftabline')

vim.call('plug#end')

Expand Down

0 comments on commit c07166b

Please sign in to comment.