diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-13 22:03:12 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-13 22:03:12 +0100 |
commit | d2a6fd40903289752e3d946c3fca14c46142fa69 (patch) | |
tree | d80fcbd69df8c5cc51bf5b2d04357dd094b7c2e8 /lua/plugins.lua | |
parent | fb9ca94fbc3a314b3e0b1da2985dcebc0e645c2c (diff) |
Formatting
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" }, } |