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

Basic configs
pull/509/head
ajcodes-tech 2 years ago committed by GitHub
commit 2cef4aebcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save