Skip to content

Commit

Permalink
Fix filetype for Trouble extension
Browse files Browse the repository at this point in the history
Fix the Trouble extension to use the lowercase "trouble" filetype instead of the incorrect "Trouble"
  • Loading branch information
markjaquith authored Dec 8, 2024
1 parent 2a5bae9 commit 2a1ae0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/lualine/extensions/trouble.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ M.sections = {
},
}

M.filetypes = { 'Trouble' }
M.filetypes = { 'trouble' }

return M

0 comments on commit 2a1ae0d

Please sign in to comment.