feat: update conf for gitsigns | format stuff
This commit is contained in:
parent
9e8fb9db74
commit
e408a1168f
|
@ -73,14 +73,14 @@ M.plugins = {
|
|||
telescope_media = false, -- media previews within telescope finders
|
||||
truezen = false, -- distraction free & minimalist UI mode
|
||||
vim_fugitive = false, -- git integration & tooling
|
||||
vim_matchup = false, -- % operator enhancements
|
||||
vim_matchup = true, -- % operator enhancements
|
||||
},
|
||||
options = {
|
||||
lspconfig = {
|
||||
servers = {} -- eg: "html"
|
||||
servers = {}, -- eg: "html"
|
||||
},
|
||||
nvimtree = {
|
||||
enable_git = 0
|
||||
enable_git = 0,
|
||||
},
|
||||
statusline = { -- statusline related options
|
||||
-- these are filetypes, not pattern matched
|
||||
|
@ -211,5 +211,4 @@ M.mappings.plugins = {
|
|||
},
|
||||
}
|
||||
|
||||
|
||||
return M
|
||||
|
|
|
@ -28,7 +28,7 @@ gitsigns.setup {
|
|||
},
|
||||
|
||||
status_formatter = nil, -- Use default
|
||||
watch_index = {
|
||||
watch_gitdir = {
|
||||
interval = 100,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue