nix/modules/home/programs/neovim/plugins/treesitter.lua

10 lines
159 B
Lua
Raw Normal View History

2024-03-09 17:18:36 +01:00
require("nvim-treesitter.configs").setup{
ensure_installed = {},
auto_install = false,
highlight = { enable = true },
indent = { enable = true },
}