We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 384e430 commit 6b7224aCopy full SHA for 6b7224a
lua/phoenix/init.lua
@@ -804,7 +804,7 @@ return {
804
group = vim.api.nvim_create_augroup('Phoenix', { clear = true }),
805
pattern = Config.filetypes,
806
callback = function(args)
807
- if vim.bo[args.buf].filetype == '' or vim.bo[args.buf].buftype == 'nofile' then
+ if vim.bo[args.buf].buftype == 'nofile' then
808
return
809
end
810
0 commit comments