Merge branch 'main' of personalgit:d0zingcat/dotfiles

This commit is contained in:
Lee Tang
2023-03-02 10:57:45 +08:00
4 changed files with 9 additions and 16 deletions

View File

@@ -1,7 +1,8 @@
local ncmd = vim.api.nvim_command
require('nvim-treesitter.configs').setup({
ensure_installed = { 'c', 'lua', 'rust', 'go', 'python', 'zig', 'markdown', 'solidity', 'jsonnet', 'vim' },
ensure_installed = { 'c', 'lua', 'rust', 'go', 'python', 'zig', 'markdown', 'solidity', 'jsonnet', 'vim',
'javascript', 'typescript' },
highlight = {
enable = true,
},