nice command line in front of me...makes me want to use it more

This commit is contained in:
talksik
2024-11-01 14:05:19 -07:00
parent e0a31fc552
commit c8aeeb2cee
+16
View File
@@ -840,6 +840,22 @@ require('lazy').setup({
-- Highlight todo, notes, etc in comments
{ 'folke/todo-comments.nvim', event = 'VimEnter', dependencies = { 'nvim-lua/plenary.nvim' }, opts = { signs = false } },
{
"folke/noice.nvim",
event = "VeryLazy",
opts = {
-- add any options here
},
dependencies = {
-- if you lazy-load any plugin below, make sure to add proper `module="..."` entries
"MunifTanjim/nui.nvim",
-- OPTIONAL:
-- `nvim-notify` is only needed, if you want to use the notification view.
-- If not available, we use `mini` as the fallback
"rcarriga/nvim-notify",
}
},
{ -- Collection of various small independent plugins/modules
'echasnovski/mini.nvim',
config = function()