Compare commits

..

No commits in common. "06ff82f71917cb1f0078db44dc494427626f0c32" and "843d400e2e70da761073706ac909368f76eee8b2" have entirely different histories.

2 changed files with 1 additions and 5 deletions

View file

@ -17,10 +17,6 @@ vim.o.smartindent = true
vim.o.list = true
vim.o.relativenumber = true
vim.o.number = true
vim.o.cursorline = true
vim.o.ignorecase = true
vim.o.smartcase = true
vim.o.colorcolumn = "101"

View file

@ -24,7 +24,7 @@ return {
{
"chentoast/marks.nvim",
opts = {
builtin_marks = { ".", "<", ">", "^", "'" },
builtin_marks = { ".", "<", ">", "^" },
mappings = {
next = "]m",
prev = "[m",