aboutsummaryrefslogtreecommitdiff
path: root/modules/neovim/nvim/after/ftplugin
diff options
context:
space:
mode:
Diffstat (limited to 'modules/neovim/nvim/after/ftplugin')
-rw-r--r--modules/neovim/nvim/after/ftplugin/lua.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/neovim/nvim/after/ftplugin/lua.lua b/modules/neovim/nvim/after/ftplugin/lua.lua
index 00ba373..f927fe5 100644
--- a/modules/neovim/nvim/after/ftplugin/lua.lua
+++ b/modules/neovim/nvim/after/ftplugin/lua.lua
@@ -1,3 +1,3 @@
vim.o.tabstop=2
vim.o.shiftwidth=2
-vim.treesitter.stop() -- newer versions of nvim force this for some reason
+-- vim.treesitter.stop() -- newer versions of nvim force this for some reason