nvim: init: Enable relativenumber
This commit is contained in:
parent
b6e2f23516
commit
b36197fbe8
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ vim.o.scrolloff = 999
|
||||||
vim.o.swapfile = false
|
vim.o.swapfile = false
|
||||||
vim.bo.swapfile = false
|
vim.bo.swapfile = false
|
||||||
vim.bo.formatoptions = "crqn1j"
|
vim.bo.formatoptions = "crqn1j"
|
||||||
|
vim.wo.relativenumber = true
|
||||||
|
|
||||||
vim.g.python3_host_prog = '/usr/bin/python3'
|
vim.g.python3_host_prog = '/usr/bin/python3'
|
||||||
-- Disable providers we do not give a shit about
|
-- Disable providers we do not give a shit about
|
||||||
|
|
Loading…
Reference in a new issue