chore(reformat): reformat some things
boring commit where some things move around
This commit is contained in:
parent
29e65ee8b1
commit
f59039751a
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user