fixed missing comma in config

master
Penguin 1 year ago
parent 1b04c00ee1
commit 52d9e40cea

@ -142,7 +142,7 @@ lvim.builtin.nvimtree.setup.view.side = "left"
lvim.builtin.treesitter.ensure_installed = { lvim.builtin.treesitter.ensure_installed = {
"bash", "bash",
"c", "c",
"cpp" "cpp",
"lua", "lua",
"python", "python",
"rust", "rust",

Loading…
Cancel
Save