remove all commented and disabld filetypes

This commit is contained in:
Nick Burt 2026-07-01 15:00:36 -05:00
parent a1b652ab2c
commit 0c7103a269
1 changed files with 0 additions and 1 deletions

View File

@ -806,7 +806,6 @@ do
cs = true,
--TODO: not getting any lsp completion for svelte files
svelte = true,
-- python = true,
}
if enabled_filetypes[vim.bo[bufnr].filetype] then
return { timeout_ms = 500 }