add relative line numbering

This commit is contained in:
baldeau 2024-09-12 21:50:49 +02:00
parent 1b2b80e838
commit 52e3d5e621

View File

@ -1,6 +1,8 @@
vim.opt["tabstop"] = 4
vim.opt["shiftwidth"] = 4
vim.wo.relativenumber = true
require("conform").setup({
formatters_by_ft = {
lua = { "stylua" },