summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lua/tjk/options.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/tjk/options.lua b/lua/tjk/options.lua
index 210c45f..3b52283 100644
--- a/lua/tjk/options.lua
+++ b/lua/tjk/options.lua
@@ -11,6 +11,9 @@ opt.cursorline = true -- highlight current line
opt.title = true -- set window title of the terminal emulator to current nvim buffer
vim.cmd.aunmenu "PopUp" -- disable right click menu
+-- TODO remove this when issue #32660 is fixed by #33145
+vim.g._ts_force_sync_parsing = true
+
-- line numbers
opt.number = true -- enable line numbers
opt.relativenumber = true -- enable relative line numbers