aboutsummaryrefslogtreecommitdiff
path: root/modules/neovim/nvim/after/ftplugin/lua.lua
diff options
context:
space:
mode:
authorStefan Weigl-Bosker <stefan@s00.xyz>2025-04-10 03:04:54 -0400
committerStefan Weigl-Bosker <stefan@s00.xyz>2025-04-10 03:04:54 -0400
commitddf526713d0f82f001d8d59c5af8876d0c1753fe (patch)
treeee30f65401d8d2d6eed3b9a6743b4dcb9ef4ed6e /modules/neovim/nvim/after/ftplugin/lua.lua
parent8d1e930ce093cf03beef8b03aa32b2c1cde8a432 (diff)
downloadhome-ddf526713d0f82f001d8d59c5af8876d0c1753fe.tar.gz
update
Diffstat (limited to 'modules/neovim/nvim/after/ftplugin/lua.lua')
-rw-r--r--modules/neovim/nvim/after/ftplugin/lua.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/neovim/nvim/after/ftplugin/lua.lua b/modules/neovim/nvim/after/ftplugin/lua.lua
index 2d48451..00ba373 100644
--- a/modules/neovim/nvim/after/ftplugin/lua.lua
+++ b/modules/neovim/nvim/after/ftplugin/lua.lua
@@ -1,2 +1,3 @@
vim.o.tabstop=2
vim.o.shiftwidth=2
+vim.treesitter.stop() -- newer versions of nvim force this for some reason