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