From d2a6fd40903289752e3d946c3fca14c46142fa69 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Thu, 13 Jan 2022 22:03:12 +0100 Subject: Formatting --- lua/plugins.lua | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) (limited to 'lua/plugins.lua') diff --git a/lua/plugins.lua b/lua/plugins.lua index 74de69c..c8532ea 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -18,7 +18,7 @@ return { { "neovim/nvim-lspconfig" }, { "williamboman/nvim-lsp-installer" }, - { "tamago324/nlsp-settings.nvim" }, + { "tamago324/nlsp-settings.nvim" }, { "jose-elias-alvarez/null-ls.nvim" }, { "nvim-telescope/telescope.nvim" }, @@ -43,16 +43,17 @@ return { { "goolord/alpha-nvim" }, { "antoinemadec/FixCursorHold.nvim" }, -- This is needed to fix lsp doc highlight { "folke/which-key.nvim" }, - { "folke/zen-mode.nvim", - config = function() - require("zen-mode").setup { - -- your configuration comes here - -- or leave it empty to use the default settings - -- refer to the configuration section below - } - end - }, - { "windwp/nvim-spectre" }, - { "phaazon/hop.nvim" }, - { "unblevable/quick-scope" }, + { + "folke/zen-mode.nvim", + config = function() + require("zen-mode").setup({ + -- your configuration comes here + -- or leave it empty to use the default settings + -- refer to the configuration section below + }) + end, + }, + { "windwp/nvim-spectre" }, + { "phaazon/hop.nvim" }, + { "unblevable/quick-scope" }, } -- cgit v1.2.3-70-g09d2