mirror of
https://github.com/Smaug123/nix-dotfiles
synced 2025-10-06 06:58:41 +00:00
10 lines
256 B
Lua
10 lines
256 B
Lua
require("nvim-treesitter.configs").setup({
|
|
-- Automatically install missing parsers when entering buffer
|
|
-- Recommendation: set to false if you don't have `tree-sitter` CLI installed locally
|
|
auto_install = false,
|
|
|
|
highlight = {
|
|
enable = true,
|
|
},
|
|
})
|