added custom vim settings
This commit is contained in:
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…
Reference in New Issue