update my setting
This commit is contained in:
parent
676663312a
commit
f75aa5ec60
@ -1,7 +1,7 @@
|
||||
return {
|
||||
'kyazdani42/nvim-web-devicons',
|
||||
{
|
||||
'kyazdani42/nvim-tree.lua',
|
||||
'https://git.qyhhh.top/newbieQQ/nvim-tree.lua',
|
||||
config = function ()
|
||||
G.map({
|
||||
{"n", "<c-e>", ":NvimTreeToggle<CR>", {noremap = true}},
|
||||
|
@ -8,8 +8,6 @@ return {
|
||||
--格式整理
|
||||
{
|
||||
'junegunn/vim-easy-align',
|
||||
lazy = true,
|
||||
cmd = "EasyAlign",
|
||||
config = function ()
|
||||
G.map({
|
||||
{"v", "ga", ":EasyAlign<CR>", {noremap = true}},
|
||||
|
@ -1,13 +1,9 @@
|
||||
return {
|
||||
"phaazon/hop.nvim",
|
||||
branch = "v2",
|
||||
cmd = {
|
||||
"HopChar1MW",
|
||||
"HopChar2MW",
|
||||
},
|
||||
keys = {
|
||||
"f","F","t","T",
|
||||
"<leader>f", "<leader>F"
|
||||
"<c-f>"
|
||||
},
|
||||
lazy = true,
|
||||
config = function ()
|
||||
|
Loading…
Reference in New Issue
Block a user