Set *.theme files as the PHP filetype

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.
This commit is contained in:
Oliver Davies 2024-04-07 01:09:37 +01:00
parent ef439aefd1
commit 305bb400b5
2 changed files with 5 additions and 1 deletions

View file

@ -0,0 +1,5 @@
vim.filetype.add {
extension = {
theme = "php",
},
}

View file

@ -130,7 +130,6 @@ in rec {
vimPlugins.nvim-spectre
vimPlugins.vim-obsession
vimPlugins.vim-pasta
vimPlugins.vim-polyglot
vimPlugins.vim-repeat
vimPlugins.vim-sleuth
vimPlugins.vim-terraform