nvim: init: Enable relativenumber

This commit is contained in:
Sanchayan Maity 2021-05-02 13:29:38 +05:30
parent b6e2f23516
commit b36197fbe8

View file

@ -47,6 +47,7 @@ vim.o.scrolloff = 999
vim.o.swapfile = false
vim.bo.swapfile = false
vim.bo.formatoptions = "crqn1j"
vim.wo.relativenumber = true
vim.g.python3_host_prog = '/usr/bin/python3'
-- Disable providers we do not give a shit about