From 957a8515e4de0962edf95fc9206505b51c9dd983 Mon Sep 17 00:00:00 2001 From: mhsn Date: Thu, 13 Feb 2025 11:41:43 +0000 Subject: lowercase the comments --- lua/config/opt.lua | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'lua/config') diff --git a/lua/config/opt.lua b/lua/config/opt.lua index 800c6d8..36777ee 100644 --- a/lua/config/opt.lua +++ b/lua/config/opt.lua @@ -1,4 +1,4 @@ --- Relative line numbers +-- relative line numbers vim.opt.number = true vim.opt.relativenumber = true @@ -9,18 +9,18 @@ vim.opt.shiftwidth = 4 vim.opt.smarttab = true vim.opt.expandtab = true --- Smart indenting +-- smart indenting vim.opt.autoindent = true vim.opt.smartindent = true --- No line wrap +-- no line wrap vim.opt.wrap = false --- Search highlighting +-- search highlighting vim.opt.hlsearch = false vim.opt.incsearch = true --- Keep 9 lines on top/bottom +-- keep 9 lines on top/bottom vim.opt.scrolloff = 9 -- 80 char col -- cgit v1.2.3