diff options
Diffstat (limited to 'lua/plugins.lua')
-rw-r--r-- | lua/plugins.lua | 27 |
1 files changed, 14 insertions, 13 deletions
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" }, } |