Create initial init.lua config
This commit is contained in:
parent
19069cf102
commit
4b2b69d4f6
2 changed files with 4 additions and 2 deletions
4
init.lua
Normal file
4
init.lua
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
vim.cmd("runtime vimrc")
|
||||||
|
|
||||||
|
vim.opt.number = true
|
||||||
|
vim.opt.numberwidth = 8
|
2
vimrc
2
vimrc
|
@ -102,8 +102,6 @@ set nojoinspaces
|
||||||
set nomodeline
|
set nomodeline
|
||||||
set nowritebackup
|
set nowritebackup
|
||||||
set nrformats-=octal
|
set nrformats-=octal
|
||||||
set number
|
|
||||||
set numberwidth=8
|
|
||||||
set ruler
|
set ruler
|
||||||
set scrolloff=5
|
set scrolloff=5
|
||||||
set sessionoptions-=options
|
set sessionoptions-=options
|
||||||
|
|
Loading…
Reference in a new issue