Skip to content

Commit

Permalink
feat: add cmake_lint mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
Abstract-Everything committed Mar 27, 2024
1 parent e270134 commit b53deba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/mason-null-ls/mappings/source.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ local M = {}

---Maps null_ls source name to its corresponding package name.
local null_ls_to_package = {
['cmake_lint'] = 'cmakelint',
['cmake_format'] = 'cmakelang',
['eslint_d'] = 'eslint_d',
['goimports_reviser'] = 'goimports_reviser',
Expand Down

0 comments on commit b53deba

Please sign in to comment.