feat(nvim): add num & relnum options for man pages

This commit is contained in:
Price Hiller 2023-08-02 02:22:20 -05:00
parent 79760fb4d2
commit b7afc699c6
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -0,0 +1,2 @@
vim.opt_local.number = true
vim.opt_local.relativenumber = true