This repository has been archived on 2024-05-17. You can view files and clone it, but cannot push or open issues or pull requests.
neovim/plugins/syntax/treesitter.lua

13 lines
174 B
Lua
Raw Normal View History

2022-09-15 09:57:11 +03:00
require("nvim-treesitter.configs").setup({
ensure_installed = {},
sync_install = false,
highlight = {
enable = true,
},
indent = {
enable = true,
},
})