initial commit: Mzansi Neovim
This commit is contained in:
commit
db2c2f17f0
13 changed files with 298 additions and 0 deletions
4
lua/config/options.lua
Normal file
4
lua/config/options.lua
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
vim.opt.number = true
|
||||
vim.opt.cursorline = true
|
||||
vim.opt.relativenumber = true
|
||||
vim.opt.shiftwidth = 4
|
||||
Loading…
Add table
Add a link
Reference in a new issue