chore(reformat): reformat some things

boring commit where some things move around
This commit is contained in:
Robert Morrison 2023-06-12 18:41:59 +01:00
parent 29e65ee8b1
commit f59039751a
Signed by: robert
GPG Key ID: 73E012EB3F4EC696
2 changed files with 16 additions and 3 deletions

View File

@ -1,6 +1,19 @@
-- WARN: Here be dragons
-- This section of the config is rather long and complex please be very sure to
-- read it all before making any changes
local utilities = require("sherlock5512.utilities")
local log = require("tjdevries.log")
local required = {'mason','mason-lspconfig','lspconfig','cmp_nvim_lsp','fidget','neodev','mason-null-ls','mason-nvim-dap','dap','dapui'}
local required = {'mason',
'mason-lspconfig',
'lspconfig',
'cmp_nvim_lsp',
'fidget',
'neodev',
'mason-null-ls',
'mason-nvim-dap',
'dap',
'dapui'}
local modules = utilities.require_modules(required)
if not modules then