QOL changes
This commit is contained in:
parent
d86c6ac9f4
commit
3ccba29394
|
@ -35,6 +35,7 @@ o.relativenumber = true
|
|||
o.laststatus = 3
|
||||
o.modeline = true
|
||||
o.modelines = 3
|
||||
o.listchars = "eol:$,tab:>-,trail:~,extends:>,precedes:<"
|
||||
|
||||
g.Illuminate_ftblacklist = { 'alpha', 'NvimTree' }
|
||||
g.mapleader = ' '
|
||||
|
|
|
@ -13,7 +13,8 @@ autopairs.setup({
|
|||
},
|
||||
fast_wrap = {
|
||||
map = "<M-e>",
|
||||
chars = { "{", "[", "(", '"', "'" },
|
||||
chars = { "{", "[", "("},
|
||||
-- chars = { "{", "[", "(", '"', "'" },
|
||||
pattern = string.gsub([[ [%'%"%)%>%]%)%}%,] ]], "%s+", ""),
|
||||
offset = 0,
|
||||
end_key = "$",
|
||||
|
|
|
@ -4,6 +4,7 @@ if not status_ok then
|
|||
end
|
||||
todo_comments.setup({
|
||||
highlight = {
|
||||
multiline = false,
|
||||
comments_only = false
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue