removing some langs

This commit is contained in:
Ivan Dimitrov 2023-08-23 00:44:48 +03:00
parent de74022bbe
commit c649331c63

View File

@ -40,7 +40,7 @@ nmap("<leader>e", vim.diagnostic.open_float)
-- Format on CursorHold -- Format on CursorHold
local filetypes = { "*.ts", "*.tsx", "*.prisma", "*.js", "*.jsx", "*.html", "*.css", "*.json", "*.yaml", "*.lua" } local filetypes = { "*.ts", "*.tsx", "*.js", "*.jsx", "*.html", "*.json", "*.yaml", "*.lua" }
local async = require("plenary.async") local async = require("plenary.async")