nvim: update deps
This commit is contained in:
		
							parent
							
								
									22aa437ceb
								
							
						
					
					
						commit
						e4630b25d7
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		| 
						 | 
					@ -7,17 +7,18 @@ vim.opt.rtp:prepend(lazypath)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
--[[ plugins list ]]
 | 
					--[[ plugins list ]]
 | 
				
			||||||
require('lazy').setup {
 | 
					require('lazy').setup {
 | 
				
			||||||
    {'kdheepak/lazygit.nvim', dependencies = {'nvim-lua/plenary.nvim'}},
 | 
					 | 
				
			||||||
    {'ellisonleao/gruvbox.nvim', priority = 1000, config = true},
 | 
					    {'ellisonleao/gruvbox.nvim', priority = 1000, config = true},
 | 
				
			||||||
    {'nvim-orgmode/orgmode', event = 'VeryLazy', ft = {'org'}},
 | 
					    {'nvim-orgmode/orgmode', event = 'VeryLazy', ft = {'org'}},
 | 
				
			||||||
    {'nvim-telescope/telescope.nvim', dependencies = {'nvim-lua/plenary.nvim'}},
 | 
					 | 
				
			||||||
    {'nvim-treesitter/nvim-treesitter', cmd = 'TSUpdate'},
 | 
					    {'nvim-treesitter/nvim-treesitter', cmd = 'TSUpdate'},
 | 
				
			||||||
    {'w0rp/ale', cmd = 'ALEEnable', ft = {'bash', 'go', 'lua', 'python', 'sh', 'zsh'}},
 | 
					    {'w0rp/ale', cmd = 'ALEEnable', ft = {'bash', 'go', 'lua', 'python', 'sh', 'zsh'}},
 | 
				
			||||||
 | 
					    'kdheepak/lazygit.nvim',
 | 
				
			||||||
 | 
					    'nvim-telescope/telescope.nvim',
 | 
				
			||||||
    'lewis6991/gitsigns.nvim',
 | 
					    'lewis6991/gitsigns.nvim',
 | 
				
			||||||
    'lifepillar/vim-cheat40',
 | 
					    'lifepillar/vim-cheat40',
 | 
				
			||||||
    'nvim-lualine/lualine.nvim',
 | 
					    'nvim-lualine/lualine.nvim',
 | 
				
			||||||
    'tpope/vim-rsi',
 | 
					    'tpope/vim-rsi',
 | 
				
			||||||
    'tpope/vim-vinegar',
 | 
					    'tpope/vim-vinegar',
 | 
				
			||||||
 | 
					    {'nvim-lua/plenary.nvim', lazy = true},
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
--[[ plugin configs and maps ]]
 | 
					--[[ plugin configs and maps ]]
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue