feat: add autocommand to toggle relative number

This commit is contained in:
Fabio Lenherr / DashieTM 2023-02-28 22:49:54 +01:00
parent 7fb7a08108
commit aee215c25a
7 changed files with 50 additions and 36 deletions

View file

@ -11,6 +11,7 @@ local options = {
spelllang = "en_us",
shell = "/usr/bin/zsh",
autochdir = true,
relativenumber = false,
}
vim.g.mkdp_browser = "/usr/bin/firefox"