Merge pull request #1 from ajcodes-tech/basic-config

Basic configs
This commit is contained in:
ajcodes-tech 2023-11-15 19:36:18 +05:30 committed by GitHub
commit 2cef4aebcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -242,6 +242,9 @@ vim.o.hlsearch = false
-- Make line numbers default -- Make line numbers default
vim.wo.number = true vim.wo.number = true
-- Enable relative line numbers
vim.wo.relativenumber = true
-- Enable mouse mode -- Enable mouse mode
vim.o.mouse = 'a' vim.o.mouse = 'a'