aboutsummaryrefslogtreecommitdiff
path: root/modules/neovim/nvim/after/ftplugin/lua.lua
diff options
context:
space:
mode:
authorStefan Weigl-Bosker <stefan@s00.xyz>2025-04-21 18:21:24 -0400
committerStefan Weigl-Bosker <stefan@s00.xyz>2025-04-21 18:21:24 -0400
commit5ea3e108c85d5635ee945d3a47be1ad1d6940e97 (patch)
treefe4b81660d187d980ad77716e697290c731f45fa /modules/neovim/nvim/after/ftplugin/lua.lua
parentfa47decc33d46af0e3c453c38aa22674177f393d (diff)
downloadhome-5ea3e108c85d5635ee945d3a47be1ad1d6940e97.tar.gz
update
Diffstat (limited to 'modules/neovim/nvim/after/ftplugin/lua.lua')
-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 f927fe5..00ba373 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