Skip to content

Commit

Permalink
Add config file for mason
Browse files Browse the repository at this point in the history
  • Loading branch information
cpow committed Jan 6, 2023
1 parent 45eb9fe commit e4bd378
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lua/core/plugin_config/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ require("core.plugin_config.completions")
require("core.plugin_config.lsp_config")
require("core.plugin_config.gitsigns")
require("core.plugin_config.copilot")
require("core.plugin_config.mason")
1 change: 1 addition & 0 deletions lua/core/plugin_config/mason.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
require("mason").setup()

0 comments on commit e4bd378

Please sign in to comment.