special tabbing rules for .tsv files in neovim

This commit is contained in:
2025-10-30 17:34:30 +01:00
parent 56446f0638
commit 17328344df
+4
View File
@@ -140,6 +140,10 @@ local file_specific = {
end, end,
swift = function() swift = function()
vim.bo.makeprg = 'swift' vim.bo.makeprg = 'swift'
end,
tsv = function()
vim.bo.tabstop = 32
vim.bo.expandtab = false
end end
} }