Change default from rel to abs number
Test Neovim config on push / build (ubuntu-20.04) (push) Waiting to run Details

This commit is contained in:
Yannick Reiß 2025-05-21 22:36:30 +02:00
parent 1234f9bd4c
commit 730ec3b4bd
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ vim.opt.shiftwidth = 4
vim.opt.expandtab = true vim.opt.expandtab = true
vim.opt.splitright = true vim.opt.splitright = true
vim.opt.splitbelow = true vim.opt.splitbelow = true
vim.opt.relativenumber = true vim.opt.relativenumber = false
vim.g.mapleader = "," vim.g.mapleader = ","
vim.cmd("set clipboard+=unnamedplus") vim.cmd("set clipboard+=unnamedplus")
vim.cmd("autocmd! CursorHold,CursorHoldI *.md write") vim.cmd("autocmd! CursorHold,CursorHoldI *.md write")