20 lines
654 B
Lua
20 lines
654 B
Lua
return {
|
|
'Civitasv/cmake-tools.nvim',
|
|
'averms/black-nvim',
|
|
'numToStr/Navigator.nvim',
|
|
'nvim-lualine/lualine.nvim',
|
|
'nvim-tree/nvim-tree.lua',
|
|
'nvim-tree/nvim-web-devicons',
|
|
'rcarriga/nvim-notify',
|
|
'tmux-plugins/vim-tmux',
|
|
'tpope/vim-fugitive',
|
|
'tpope/vim-rhubarb',
|
|
'tpope/vim-sleuth',
|
|
'tpope/vim-surround',
|
|
'nvim-treesitter/nvim-treesitter-context',
|
|
{ 'akinsho/bufferline.nvim', config = {} },
|
|
{ 'ethanholz/nvim-lastplace', config = {} },
|
|
{ 'numToStr/Comment.nvim', opts = {} },
|
|
{ 'wakatime/vim-wakatime', event = 'VeryLazy' },
|
|
{ "folke/trouble.nvim", dependencies = { "nvim-tree/nvim-web-devicons" }, opts = { }, }
|
|
}
|