1
0
Fork 0
mirror of https://codeberg.org/Mo8it/dotfiles.git synced 2024-10-17 20:52:40 +00:00

Disable relative numbers

This commit is contained in:
Mo 2022-05-19 22:10:06 +02:00
parent d176e1936a
commit e6acd6f92d
3 changed files with 1 additions and 3 deletions

View file

@ -73,7 +73,7 @@ if status is-interactive
onefetch --no-palette $argv onefetch --no-palette $argv
end end
function build_sh function build-sh
podman start build podman start build
podman exec -it build bash podman exec -it build bash
podman stop -t 0 build podman stop -t 0 build

View file

@ -8,7 +8,6 @@ o.shiftwidth = 4
o.smartindent = true o.smartindent = true
o.number = true o.number = true
o.relativenumber = true
o.ignorecase = true o.ignorecase = true
o.smartcase = true o.smartcase = true

View file

@ -1,4 +1,3 @@
require("focus").setup({ require("focus").setup({
sign_column = true, sign_column = true,
hybridnumber = true,
}) })