diff options
| author | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-04-21 18:21:24 -0400 |
|---|---|---|
| committer | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-04-21 18:21:24 -0400 |
| commit | 5ea3e108c85d5635ee945d3a47be1ad1d6940e97 (patch) | |
| tree | fe4b81660d187d980ad77716e697290c731f45fa /modules/neovim/nvim/after/ftplugin/lua.lua | |
| parent | fa47decc33d46af0e3c453c38aa22674177f393d (diff) | |
| download | home-5ea3e108c85d5635ee945d3a47be1ad1d6940e97.tar.gz | |
update
Diffstat (limited to 'modules/neovim/nvim/after/ftplugin/lua.lua')
| -rw-r--r-- | modules/neovim/nvim/after/ftplugin/lua.lua | 2 |
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 |