Compare commits
2 commits
bddcab110d
...
b8b64bed8e
| Author | SHA1 | Date | |
|---|---|---|---|
| b8b64bed8e | |||
| 9546c00124 |
2 changed files with 8 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
-- Use Automake filetype for `local.am` files, explicit `set` to force override
|
||||
-- Use Automake filetype for `local.am` files
|
||||
vim.filetype.add({
|
||||
filename = {
|
||||
["local.am"] = "automake",
|
||||
|
|
|
|||
7
modules/home/vim/ftdetect/glsl.lua
Normal file
7
modules/home/vim/ftdetect/glsl.lua
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
-- 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