remove empty file-specific setup

This commit is contained in:
2026-04-01 13:37:21 +02:00
parent 83f1e0c977
commit 5293430431
-4
View File
@@ -169,10 +169,6 @@ end
-- FILE SPECIFIC AND AUTOCMDS {{{1
local file_specific = {
lua = function ()
end,
go = function()
end,
c = function()
vim.bo.expandtab = false
end,