neovim: remember cursor position, enable number
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
6884803105
commit
9957396e10
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue