aboutsummaryrefslogtreecommitdiff
path: root/modules/neovim/nvim/after/ftplugin/lua.lua
blob: 00ba373eda65c290bf894e29c0dea4915e91f30a (plain)
1
2
3
vim.o.tabstop=2
vim.o.shiftwidth=2
vim.treesitter.stop() -- newer versions of nvim force this for some reason