added linenr
This commit is contained in:
parent
a993fc8313
commit
bc9c58a6fb
|
|
@ -5,6 +5,9 @@ set.relativenumber = true
|
||||||
set.clipboard = "unnamedplus"
|
set.clipboard = "unnamedplus"
|
||||||
set.mouse = "a"
|
set.mouse = "a"
|
||||||
set.termguicolors = true
|
set.termguicolors = true
|
||||||
|
set.swapfile = false
|
||||||
|
set.cursorline = true
|
||||||
|
set.cursorlineopt = "number"
|
||||||
|
|
||||||
vim.cmd [[filetype plugin indent on]]
|
vim.cmd [[filetype plugin indent on]]
|
||||||
set.tabstop = 2
|
set.tabstop = 2
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue