From f59039751a27692f2c045f0205649320aebf0e6d Mon Sep 17 00:00:00 2001 From: Robert Morrison Date: Mon, 12 Jun 2023 18:41:59 +0100 Subject: [PATCH] chore(reformat): reformat some things boring commit where some things move around --- after/plugin/LSP.lua | 15 ++++++++++++++- lua/sherlock5512/plugins.lua | 4 ++-- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/after/plugin/LSP.lua b/after/plugin/LSP.lua index c4ed70a..66f8fbf 100644 --- a/after/plugin/LSP.lua +++ b/after/plugin/LSP.lua @@ -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 diff --git a/lua/sherlock5512/plugins.lua b/lua/sherlock5512/plugins.lua index ddb0f34..b8daedc 100644 --- a/lua/sherlock5512/plugins.lua +++ b/lua/sherlock5512/plugins.lua @@ -28,8 +28,8 @@ return require('packer').startup(function(use) -- Looks use { 'ellisonleao/gruvbox.nvim' } -- Apparently has better tresitter support. - use { 'nvim-lualine/lualine.nvim', -- Awesome status line - requires = {{'nvim-tree/nvim-web-devicons'},-- With icons + use { 'nvim-lualine/lualine.nvim', -- Awesome status line + requires = {{'nvim-tree/nvim-web-devicons'}, -- With icons {'sherlock5512/lualine-spell-status'}} -- And spell status } use {'akinsho/bufferline.nvim',