added treesitter

pull/2709/head
kakashi 4 months ago
parent a0bbd4d5f5
commit c524ebe30e

@ -1,7 +1,7 @@
---@type ChadrcConfig
local M={}
M.ui={ theme='vscode' };
M.ui={ theme='vscode_dark' };
M.plugins="custom.plugins";
M.mappings=require("custom.mappings");

@ -54,8 +54,7 @@ local plugins={
end
},
{
"nvim-treesitter/nvim-treesitter",
run=":TSUpdate"
'nvim-treesitter/nvim-treesitter',
}
};

Loading…
Cancel
Save