fix local
This commit is contained in:
@ -1,3 +1,6 @@
|
|||||||
|
local use_google = require("utils").use_google
|
||||||
|
|
||||||
|
if use_google() then
|
||||||
vim.cmd([[
|
vim.cmd([[
|
||||||
let g:VCSCommandDisableMappings = 1
|
let g:VCSCommandDisableMappings = 1
|
||||||
|
|
||||||
@ -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
|
||||||
|
Reference in New Issue
Block a user