updated config

This commit is contained in:
Dhanus M Lal
2024-07-10 17:00:57 +05:30
parent 8d22b74c44
commit 04521bddb2
2 changed files with 63 additions and 3 deletions

View File

@@ -1,16 +1,18 @@
-- global settings
vim.g.mapleader = ' '
vim.cmd.colorscheme('habamax')
vim.opt.tabstop = 4
vim.opt.shiftwidth = 4
vim.opt.softtabstop = 2
vim.opt.expandtab = true
vim.opt.hlsearch = false
vim.opt.autoindent = true
vim.opt.number = true
vim.opt.relativenumber = true
vim.opt.cursorline = true
vim.opt.statusline = '%f %y %= C:%c L:%L %p%%'
vim.opt.statusline = '%f %m %y %= C:%c L:%L %p%%'