feat: Add better yank and delete for absolute lines

This commit is contained in:
Fabio Lenherr / DashieTM 2023-04-09 18:17:49 +02:00
parent 2e972accb1
commit 08b30c2616
7 changed files with 286 additions and 14 deletions

View file

@ -2,8 +2,6 @@
-- Default options that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/options.lua
-- Add any additional options here
local options = {
clipboard = "",
mouse = "n",
fileencoding = "utf-8",
number = true,
showmode = true,
@ -11,7 +9,7 @@ local options = {
spelllang = "en_us",
shell = "/usr/bin/zsh",
autochdir = true,
relativenumber = true,
relativenumber = false,
scrolloff = 5,
scrolljump = 5,
}