Skip to content

Commit

Permalink
chore: Remove obsolet comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Allaman committed Mar 11, 2024
1 parent 58f9fa5 commit d40d186
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions lua/config/defaults/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,6 @@ local treesitter = require("config.defaults.treesitter")

local M = {}

-- Merge all default configurations
-- M = vim.tbl_deep_extend(
-- "force",
-- require("config.defaults.plugins"),
-- conform,
-- lint,
-- mason,
-- options,
-- telescope,
-- theme,
-- treesitter
-- )

M.load = function()
return vim.tbl_deep_extend(
"force",
Expand Down

0 comments on commit d40d186

Please sign in to comment.