This commit is contained in:
newbie 2024-02-04 14:24:22 +08:00
parent bb38aab048
commit 6db4bc6b2a
2 changed files with 8 additions and 11 deletions

View File

@ -1,6 +1,6 @@
local G = {}
G.use_ssh = true
G.use_ssh = false
G.g = vim.g
G.b = vim.b

View File

@ -20,7 +20,7 @@ return {
config = function()
G.map({
{ "v", "ga", ":EasyAlign<CR>", { noremap = true } },
{ "v", "=", ":EasyAlign<CR>", { noremap = true } },
{ "v", "=", ":EasyAlign<CR>", { noremap = true } },
})
end
},
@ -44,15 +44,12 @@ return {
})
end
},
-- {
-- "askfiy/nvim-picgo",
-- config = function()
-- G.map({
-- { 'n', '<leader>pp', ':UploadClipboard<CR>' }
-- })
-- require("nvim-picgo").setup()
-- end
-- },
{
'kevinhwang91/nvim-ufo',
dependencies = {
'kevinhwang91/promise-async'
},
},
{
-- hop
"phaazon/hop.nvim",