Merge branch 'dev' into gentoo
lsp: upgrade sumneko nvim: show cursorline
This commit is contained in:
commit
a55a937bf0
@ -25,6 +25,7 @@ opt.splitbelow = true
|
||||
opt.scrolloff = 4
|
||||
opt.termguicolors = true
|
||||
opt.background = "dark"
|
||||
opt.cursorline = true
|
||||
opt.shortmess = opt.shortmess:append { c = true }
|
||||
opt.number = true
|
||||
opt.relativenumber = true
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 0bb7a2f2255e6d1a02c0e56296e8a8f89a22eeb4
|
||||
Subproject commit c876e0da1c0c2d01db9cb0c6f2914659318e0460
|
Reference in New Issue
Block a user