Skip to content

Commit

Permalink
fix(treesitter): highlighting
Browse files Browse the repository at this point in the history
why is this not true as default *facepalm*
  • Loading branch information
Allaman committed Mar 26, 2024
1 parent 7f74dc5 commit dc89aff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lua/core/plugins/treesitter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ local M = {
local conf = vim.g.config
require("nvim-treesitter.configs").setup({
ensure_installed = conf.treesitter_ensure_installed,
highlight = {
enable = true,
},
incremental_selection = {
enable = true,
keymaps = {
Expand Down

0 comments on commit dc89aff

Please sign in to comment.