Compare commits
No commits in common. "b8b64bed8e4b3d8d109e7dcf38f69a4242142ec3" and "bddcab110d2e85679b10ba6f7b058ac18e79bced" have entirely different histories.
b8b64bed8e
...
bddcab110d
2 changed files with 1 additions and 8 deletions
|
|
@ -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({
|
||||
filename = {
|
||||
["local.am"] = "automake",
|
||||
|
|
|
|||
|
|
@ -1,7 +0,0 @@
|
|||
-- Use GLSL filetype for common shader file extensions
|
||||
vim.filetype.add({
|
||||
extension = {
|
||||
frag = "glsl",
|
||||
vert = "glsl",
|
||||
},
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue