Compare commits

..

No commits in common. "b8b64bed8e4b3d8d109e7dcf38f69a4242142ec3" and "bddcab110d2e85679b10ba6f7b058ac18e79bced" have entirely different histories.

2 changed files with 1 additions and 8 deletions

View file

@ -1,4 +1,4 @@
-- Use Automake filetype for `local.am` files -- Use Automake filetype for `local.am` files, explicit `set` to force override
vim.filetype.add({ vim.filetype.add({
filename = { filename = {
["local.am"] = "automake", ["local.am"] = "automake",

View file

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