Compare commits
2 commits
843d400e2e
...
06ff82f719
Author | SHA1 | Date | |
---|---|---|---|
06ff82f719 | |||
dd18532b32 |
4
init.lua
4
init.lua
|
@ -17,6 +17,10 @@ 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