nix/modules/home-manager/cli/neovim/files/treesitter.lua

10 lines
140 B
Lua

-- Tree sitter
--
local ts = require 'nvim-treesitter.configs'
ts.setup {
sync_install = false,
highlight = {
enable = true,
}
}