From bbbb5f9178f346cd1a42f1be537c3f61b21fab96 Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Thu, 24 Aug 2023 22:29:02 +0800 Subject: Update --- nvim.lua | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) (limited to 'nvim.lua') diff --git a/nvim.lua b/nvim.lua index 125d4bc..920a46e 100644 --- a/nvim.lua +++ b/nvim.lua @@ -77,7 +77,7 @@ require('lazy').setup({ -- For surrounding 'machakann/vim-sandwich', - + -- NOTE: This is where your plugins related to LSP can be installed. @@ -116,13 +116,16 @@ require('lazy').setup({ }, -- Useful plugin to show you pending keybinds. - { 'folke/which-key.nvim', opts = { - plugins = { - spelling = { - enabled = true, -- enabling this will show WhichKey when pressing z= to select spelling suggestions - suggestions = 20, -- how many suggestions should be shown in the list? - }, - }} + { + 'folke/which-key.nvim', + opts = { + plugins = { + spelling = { + enabled = true, -- enabling this will show WhichKey when pressing z= to select spelling suggestions + suggestions = 20, -- how many suggestions should be shown in the list? + }, + } + } }, { -- Adds git related signs to the gutter, as well as utilities for managing changes -- cgit v1.2.3-70-g09d2