Move Neovim configuration files
This commit is contained in:
parent
383dab85f2
commit
52044d9995
49 changed files with 2 additions and 3 deletions
|
@ -0,0 +1,5 @@
|
|||
local opt = vim.opt_local
|
||||
|
||||
opt.cursorline = false
|
||||
opt.number = true
|
||||
opt.relativenumber = true
|
Loading…
Add table
Add a link
Reference in a new issue