adding in neogen doxygen comments & fixing which-key config warnings

This commit is contained in:
talksik
2025-03-19 16:00:44 -07:00
parent c12fd3cb39
commit dd53ed5338
3 changed files with 20 additions and 8 deletions
+7 -1
View File
@@ -108,7 +108,13 @@ return {
'akinsho/flutter-tools.nvim',
requires = {
'nvim-lua/plenary.nvim',
'stevearc/dressing.nvim', -- optional for vim.ui.select
'stevearc/dressing.nvim', -- optional for vim.ui.select
},
},
{
"danymat/neogen",
config = true,
-- Uncomment next line if you want to follow only stable versions
version = "*"
}
}