From 0f16076860df1fe14c9078284bb512e20cddff4b Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Wed, 15 Feb 2023 18:56:32 +0530 Subject: [PATCH] nvim: init: g:ts_highlight_lua has been removed See neovim commit 2e450ef. --- nvim/.config/nvim/init.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/nvim/.config/nvim/init.lua b/nvim/.config/nvim/init.lua index 12f60bd..f148efa 100644 --- a/nvim/.config/nvim/init.lua +++ b/nvim/.config/nvim/init.lua @@ -91,9 +91,6 @@ vim.g.tmux_navigator_no_mappings = 1 -- Write the current buffer, but only if changed before navigating from Vim to tmux pane vim.g.tmux_navigator_save_on_switch = 1 --- Enable bundled TS parsers -vim.g.ts_highlight_lua = true - -- We do this to prevent the loading of the system fzf.vim plugin. This is -- present at least on Arch/Manjaro vim.cmd.set{ args = { 'rtp-=/usr/share/vim/vimfiles' } }