home: vim: ftdetect: remove glsl

GLSL is now correctly detected starting with v0.11.

This reverts commit b8b64bed8e.
This commit is contained in:
Bruno BELANYI 2025-10-28 12:43:53 +00:00
parent 0ac983a71f
commit bbdbc1e55c

View file

@ -1,7 +0,0 @@
-- Use GLSL filetype for common shader file extensions
vim.filetype.add({
extension = {
frag = "glsl",
vert = "glsl",
},
})