fix local

This commit is contained in:
Christian Nieves
2023-07-01 22:30:34 -05:00
parent f533080750
commit f8b5b2c8b6

View File

@ -1,4 +1,7 @@
vim.cmd([[ local use_google = require("utils").use_google
if use_google() then
vim.cmd([[
let g:VCSCommandDisableMappings = 1 let g:VCSCommandDisableMappings = 1
let g:signify_skip_filename_pattern = ['\.pipertmp.*'] let g:signify_skip_filename_pattern = ['\.pipertmp.*']
@ -132,3 +135,4 @@ nmap <leader>rbs ss <leader>rb
nmap <leader>yb :let @+ = join(blaze#GetTargets(), ' ')<cr> nmap <leader>yb :let @+ = join(blaze#GetTargets(), ' ')<cr>
]]) ]])
end