summaryrefslogtreecommitdiff
path: root/lua/plugins.lua
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-01-13 22:03:12 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-01-13 22:03:12 +0100
commitd2a6fd40903289752e3d946c3fca14c46142fa69 (patch)
treed80fcbd69df8c5cc51bf5b2d04357dd094b7c2e8 /lua/plugins.lua
parentfb9ca94fbc3a314b3e0b1da2985dcebc0e645c2c (diff)
Formatting
Diffstat (limited to 'lua/plugins.lua')
-rw-r--r--lua/plugins.lua27
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" },
}