diff options
| author | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-04-10 03:04:54 -0400 |
|---|---|---|
| committer | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-04-10 03:04:54 -0400 |
| commit | ddf526713d0f82f001d8d59c5af8876d0c1753fe (patch) | |
| tree | ee30f65401d8d2d6eed3b9a6743b4dcb9ef4ed6e /modules/neovim/nvim/after/ftplugin/lua.lua | |
| parent | 8d1e930ce093cf03beef8b03aa32b2c1cde8a432 (diff) | |
| download | home-ddf526713d0f82f001d8d59c5af8876d0c1753fe.tar.gz | |
update
Diffstat (limited to 'modules/neovim/nvim/after/ftplugin/lua.lua')
| -rw-r--r-- | modules/neovim/nvim/after/ftplugin/lua.lua | 1 |
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 |