14 lines
410 B
Lua
14 lines
410 B
Lua
return {
|
|
'tpope/vim-fugitive',
|
|
'tpope/vim-rhubarb',
|
|
'tpope/vim-sleuth',
|
|
'nvim-tree/nvim-web-devicons',
|
|
"nvim-tree/nvim-tree.lua",
|
|
'nvim-lualine/lualine.nvim',
|
|
'tpope/vim-surround',
|
|
'tmux-plugins/vim-tmux',
|
|
{ 'numToStr/Comment.nvim', opts = {} },
|
|
{ 'ethanholz/nvim-lastplace', config = {} },
|
|
{ "akinsho/bufferline.nvim", config = {} },
|
|
{ 'wakatime/vim-wakatime', event = 'VeryLazy' },
|
|
}
|