mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
ref(nvim): formatted files
This commit is contained in:
parent
7bbf5ee03b
commit
c1bbfff700
16 changed files with 45 additions and 301 deletions
|
|
@ -1,4 +1,4 @@
|
|||
require('gitsigns').setup({
|
||||
require "gitsigns".setup({
|
||||
signs = {
|
||||
add = { text = '+' },
|
||||
change = { text = '~' },
|
||||
|
|
@ -7,7 +7,7 @@ require('gitsigns').setup({
|
|||
changedelete = { text = '~' },
|
||||
untracked = { text = '·' },
|
||||
},
|
||||
signcolumn = true, -- Toggle with `:Gitsigns toggle_signs`
|
||||
signcolumn = true, -- Toggle with `:Gitsigns toggle_signs`
|
||||
numhl = false, -- Toggle with `:Gitsigns toggle_numhl`
|
||||
linehl = false, -- Toggle with `:Gitsigns toggle_linehl`
|
||||
word_diff = false, -- Toggle with `:Gitsigns toggle_word_diff`
|
||||
|
|
@ -26,7 +26,7 @@ require('gitsigns').setup({
|
|||
current_line_blame_formatter = '<author>, <author_time:%Y-%m-%d> - <summary>',
|
||||
sign_priority = 6,
|
||||
update_debounce = 100,
|
||||
status_formatter = nil, -- Use default
|
||||
status_formatter = nil, -- Use default
|
||||
max_file_length = 40000, -- Disable if file is longer than this (in lines)
|
||||
preview_config = {
|
||||
-- Options passed to nvim_open_win
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue