neovim: remember cursor position, enable number
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Sijmen 2022-08-20 15:33:34 +02:00
parent 6884803105
commit 9957396e10
Signed by: vijfhoek
GPG Key ID: DAF7821E067D9C48
1 changed files with 1 additions and 5 deletions

View File

@ -21,8 +21,6 @@ opt.undofile = true
opt.undodir = "/home/sijmen/.cache/nvim/undo"
opt.backupdir = "/home/sijmen/.cache/nvim/backup"
opt.shada = "!,'100,<50,s10,h"
opt.smartindent = true
opt.autoindent = true
opt.tabstop = 2
@ -34,9 +32,7 @@ opt.mouse = "a"
opt.termguicolors = true
opt.cursorline = true
opt.relativenumber = true
opt.viminfo = ""
opt.viminfofile = "NONE"
opt.number = true
opt.smartcase = true
opt.ttimeoutlen = 5