Oliver Davies
305bb400b5
This wasn't working with vim-polyglot enabled, as per https://github.com/neovim/neovim/issues/23522, so I'm removing at - as least temporarily.
6 lines
61 B
Lua
6 lines
61 B
Lua
vim.filetype.add {
|
|
extension = {
|
|
theme = "php",
|
|
},
|
|
}
|