完善treesitter相关配置

This commit is contained in:
a770 2025-06-08 19:08:27 +08:00
parent d1f5f0a2c8
commit 6a883b41e9
12 changed files with 207 additions and 182 deletions

View file

@ -1,5 +1,6 @@
return {
"Eandrju/cellular-automaton.nvim",
event = "VeryLazy",
keys = "<leader>rr",
config = function()
vim.keymap.set("n", "<leader>rr", "<cmd>CellularAutomaton make_it_rain<CR>")