This repository has been archived on 2024-04-14. You can view files and clone it, but cannot push or open issues or pull requests.
nixos-dotfiles/user/configs/neovim/config/lua/plugins/treesitter.lua

5 lines
113 B
Lua
Executable File

require("nvim-treesitter.configs").setup({
highlight = { enable = true },
indent = { enable = true },
})