1
0
Fork 0

nvim: update deps

This commit is contained in:
Von Random 2024-08-08 18:26:59 +03:00
parent 22aa437ceb
commit e4630b25d7

View file

@ -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 ]]