Reenable cellular_automaton and doge

This commit is contained in:
Andreas Tsouchlos 2024-03-10 21:10:23 +01:00
parent 0e81707573
commit 91103dd6e1
2 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ return {
'kkoomen/vim-doge',
build = ':call doge#install()',
init = function()
vim.g.doge_doc_standard_cpp = 'doxygen_qt'
vim.g.doge_doc_standard_cpp = 'doxygen_cpp_comment_slash'
vim.g.doge_mapping_comment_jump_forward = '<c-j>'
vim.g.doge_mapping_comment_jump_backward = '<c-k>'
end