nvim: add neogen

This commit is contained in:
tastytea 2023-01-09 14:47:54 +01:00
parent df1f8ece8f
commit 7233443ffe
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
2 changed files with 12 additions and 0 deletions

View File

@ -94,3 +94,10 @@ require('projections').setup({
workspaces = { '~/Projekte', '~/Dokumente' },
patterns = require('my.functions').project_root_markers
})
require('neogen').setup({
snippet_engine = 'luasnip',
languages = {
['cpp.doxygen'] = require('neogen.configurations.cpp')
}
})

View File

@ -197,6 +197,11 @@ require('packer').startup({ function(use)
use {
'https://github.com/AckslD/nvim-FeMaco.lua'
}
use {
'https://github.com/danymat/neogen',
requires = 'https://github.com/nvim-treesitter/nvim-treesitter',
tag = '*'
}
-- git
use {