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
Raw Normal View History

2023-12-21 19:18:51 +00:00
require("nvim-treesitter.configs").setup({
2023-12-21 19:22:52 +00:00
highlight = { enable = true },
indent = { enable = true },
2023-12-21 19:18:51 +00:00
})