mirror of
https://github.com/Smaug123/nix-dotfiles
synced 2025-10-12 09:58:40 +00:00
11 lines
261 B
Lua
11 lines
261 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,
|
|
},
|
|
}
|
|
|