feat(nvim): consolidate code related plugins

This commit is contained in:
2024-12-18 17:12:30 +02:00
parent e58c79a3c3
commit 60ef48e918
3 changed files with 87 additions and 72 deletions

View File

@@ -1,8 +0,0 @@
-- A better annotation generator.
-- Supports multiple languages and annotation conventions.
-- https://github.com/danymat/neogen
return {
'danymat/neogen',
version = '*',
opts = { enabled = true, snippet_engine = 'luasnip' },
}