1
0
Fork 0

nvim: update deps more

This commit is contained in:
Von Random 2024-08-08 18:28:29 +03:00
parent e4630b25d7
commit a29ea2fdbe

View file

@ -9,10 +9,10 @@ vim.opt.rtp:prepend(lazypath)
require('lazy').setup {
{'ellisonleao/gruvbox.nvim', priority = 1000, config = true},
{'nvim-orgmode/orgmode', event = 'VeryLazy', ft = {'org'}},
{'nvim-treesitter/nvim-treesitter', cmd = 'TSUpdate'},
{'w0rp/ale', cmd = 'ALEEnable', ft = {'bash', 'go', 'lua', 'python', 'sh', 'zsh'}},
'kdheepak/lazygit.nvim',
'nvim-telescope/telescope.nvim',
'nvim-treesitter/nvim-treesitter',
'lewis6991/gitsigns.nvim',
'lifepillar/vim-cheat40',
'nvim-lualine/lualine.nvim',