Updated kickstart

This commit is contained in:
akshay 2023-05-13 02:26:27 -04:00
parent 0470d07c8c
commit 2c989c5def
3 changed files with 22 additions and 1 deletions

View file

@ -191,7 +191,7 @@ require('lazy').setup({
-- See `:help vim.o`
-- Set highlight on search
vim.o.hlsearch = false
vim.o.hlsearch = true
-- Make line numbers default
vim.wo.number = true