Compare commits
No commits in common. "06ff82f71917cb1f0078db44dc494427626f0c32" and "843d400e2e70da761073706ac909368f76eee8b2" have entirely different histories.
06ff82f719
...
843d400e2e
4
init.lua
4
init.lua
|
@ -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"
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@ return {
|
|||
{
|
||||
"chentoast/marks.nvim",
|
||||
opts = {
|
||||
builtin_marks = { ".", "<", ">", "^", "'" },
|
||||
builtin_marks = { ".", "<", ">", "^" },
|
||||
mappings = {
|
||||
next = "]m",
|
||||
prev = "[m",
|
||||
|
|
Loading…
Reference in a new issue