added custom vim settings

pull/598/head
Micah Effiong 2 years ago
parent a0d2b224cd
commit 57a4adc3bf

@ -0,0 +1,14 @@
-- custom vim options
-- set fat cursor
vim.opt.guicursor = ''
-- set relative-number
vim.wo.relativenumber = true
vim.o.termguicolors = true
vim.opt.smartindent = true
vim.opt.tabstop = 2
vim.opt.shiftwidth = 2
vim.opt.expandtab = true
Loading…
Cancel
Save