From 55d854ce463c91699eebac13744576af676c00f3 Mon Sep 17 00:00:00 2001 From: Jeremie Fraeys <13443851+jfraeys@users.noreply.github.com> Date: Mon, 18 Sep 2023 00:08:29 -0400 Subject: [PATCH] made small formatting changes --- init.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/init.lua b/init.lua index 533bc09a..77fe60be 100644 --- a/init.lua +++ b/init.lua @@ -47,7 +47,7 @@ require('lazy').setup({ -- Useful status updates for LSP -- NOTE: `opts = {}` is the same as calling `require('fidget').setup({})` - { 'j-hui/fidget.nvim', tag = 'legacy', opts = {} }, + { 'j-hui/fidget.nvim', tag = 'legacy', opts = {} }, -- Additional lua configuration, makes nvim stuff amazing! 'folke/neodev.nvim', @@ -71,7 +71,7 @@ require('lazy').setup({ }, -- Useful plugin to show you pending keybinds. - { 'folke/which-key.nvim', opts = {} }, + { 'folke/which-key.nvim', opts = {} }, { -- Adds git related signs to the gutter, as well as utilities for managing changes 'lewis6991/gitsigns.nvim', @@ -190,7 +190,7 @@ require('lazy').setup({ vim.opt.hlsearch = false -- Make line numbers default -vim.opt.number = true +vim.wo.number = true vim.opt.relativenumber = true -- Enable mouse mode