nvim: tweaks
This commit is contained in:
parent
736f092190
commit
b00cd3eca0
3 changed files with 3 additions and 7 deletions
|
@ -12,7 +12,7 @@ local function update_hl(group, tbl)
|
|||
end
|
||||
|
||||
-- update_hl("Function", { bold = true })
|
||||
update_hl("Comment", { italic = true })
|
||||
-- update_hl("Comment", { italic = true })
|
||||
|
||||
update_hl("markdownH1", { bold = true })
|
||||
update_hl("markdownH2", { bold = true })
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
-- vim.g.onedark_terminal_italics = 1
|
||||
-- vim.g.gruvbox_material_enable_italic = 1
|
||||
|
||||
local opt = vim.opt
|
||||
opt.number = true
|
||||
opt.showmatch = true
|
||||
|
@ -27,5 +24,3 @@ opt.termguicolors = true
|
|||
opt.wrap = false
|
||||
opt.formatoptions = "cro"
|
||||
opt.backspace = "indent,eol,start"
|
||||
|
||||
-- vim.g.gruvbox_material_enable_bold = 1
|
||||
|
|
|
@ -5,8 +5,9 @@ if not gitblame then
|
|||
end
|
||||
|
||||
gitblame.setup({
|
||||
highlight_group = "Whitespace",
|
||||
message_template = " <author> • <date> • <summary> • <sha>",
|
||||
date_format = "%r (%x)",
|
||||
message_when_not_committed = "",
|
||||
gitblame_use_blame_commit_file_urls = true,
|
||||
use_blame_commit_file_urls = true,
|
||||
})
|
||||
|
|
Loading…
Add table
Reference in a new issue