feat: update conf for gitsigns | format stuff

This commit is contained in:
siduck76 2021-09-24 21:55:44 +05:30
parent 9e8fb9db74
commit e408a1168f
2 changed files with 45 additions and 46 deletions

View File

@ -73,14 +73,14 @@ M.plugins = {
telescope_media = false, -- media previews within telescope finders telescope_media = false, -- media previews within telescope finders
truezen = false, -- distraction free & minimalist UI mode truezen = false, -- distraction free & minimalist UI mode
vim_fugitive = false, -- git integration & tooling vim_fugitive = false, -- git integration & tooling
vim_matchup = false, -- % operator enhancements vim_matchup = true, -- % operator enhancements
}, },
options = { options = {
lspconfig = { lspconfig = {
servers = {} -- eg: "html" servers = {}, -- eg: "html"
}, },
nvimtree = { nvimtree = {
enable_git = 0 enable_git = 0,
}, },
statusline = { -- statusline related options statusline = { -- statusline related options
-- these are filetypes, not pattern matched -- these are filetypes, not pattern matched
@ -211,5 +211,4 @@ M.mappings.plugins = {
}, },
} }
return M return M

View File

@ -28,7 +28,7 @@ gitsigns.setup {
}, },
status_formatter = nil, -- Use default status_formatter = nil, -- Use default
watch_index = { watch_gitdir = {
interval = 100, interval = 100,
}, },
} }