Reenable cellular_automaton and doge

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

View File

@@ -1,9 +0,0 @@
return {
{
'Eandrju/cellular-automaton.nvim',
cmd = {
"CellularAutomaton"
},
init = function() vim.keymap.set("n", "<leader>fu", "<cmd>CellularAutomaton make_it_rain<CR>") end
}
}

View File

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