speedie-nvim | Add new config

This commit is contained in:
Jacob 2024-03-04 13:17:19 +01:00
parent 6a97e77304
commit ccccbef906
2 changed files with 7 additions and 1 deletions

View file

@ -35,6 +35,7 @@
"project.nvim": { "branch": "main", "commit": "8c6bad7d22eef1b71144b401c9f74ed01526a4fb" },
"swap-buffers.nvim": { "branch": "master", "commit": "eedf0b11abfb004f9e4fccd11aab5155c36c7eb3" },
"telescope.nvim": { "branch": "master", "commit": "d90956833d7c27e73c621a61f20b29fdb7122709" },
"thethethe.nvim": { "branch": "main", "commit": "c32cf4290a03cedd67e41627ca3714b7f1a09d41" },
"translate.nvim": { "branch": "main", "commit": "30cc9e9f339b61e7bd40bc1ba7af73ea193bf589" },
"trouble.nvim": { "branch": "main", "commit": "f1168feada93c0154ede4d1fe9183bf69bac54ea" },
"vim-illuminate": { "branch": "master", "commit": "3bd2ab64b5d63b29e05691e624927e5ebbf0fb86" },

View file

@ -81,6 +81,10 @@ Plugins = { -- Plugins to use
}, -- Indentation blankline
{ 'uga-rosa/translate.nvim' }, -- Built in translate
{ 'uga-rosa/ccc.nvim' }, -- Color picker
{ 'swaits/thethethe.nvim',
event = 'VeryLazy',
opts = {},
}, -- Autocorrect plugin
{ 'ahmedkhalf/project.nvim',
dependencies = {
'stevearc/overseer.nvim',
@ -88,7 +92,8 @@ Plugins = { -- Plugins to use
}, -- Project manager
{ 'Zeioth/compiler.nvim' }, -- Compiler
{ 'folke/trouble.nvim' }, -- Display warnings and errors neatly
{ 'folke/noice.nvim', event = 'VeryLazy',
{ 'folke/noice.nvim',
event = 'VeryLazy',
dependencies = {
'MunifTanjim/nui.nvim',
'rcarriga/nvim-notify',