update
This commit is contained in:
parent
902aee1bda
commit
fbfbca4a1f
1 changed files with 1 additions and 3 deletions
4
init.lua
4
init.lua
|
|
@ -13,10 +13,8 @@ vim.opt.rtp:prepend(lazypath)
|
||||||
|
|
||||||
-- https://github.com/nvim-neotest/neotest
|
-- https://github.com/nvim-neotest/neotest
|
||||||
-- https://github.com/nvim-neorg/neorg
|
-- https://github.com/nvim-neorg/neorg
|
||||||
-- https://github.com/ggandor/leap.nvim
|
|
||||||
-- https://github.com/michaelb/sniprun
|
-- https://github.com/michaelb/sniprun
|
||||||
-- https://github.com/iamcco/markdown-preview.nvim
|
-- https://github.com/iamcco/markdown-preview.nvim
|
||||||
-- https://github.com/mrjones2014/legendary.nvim
|
|
||||||
|
|
||||||
require("lazy").setup({
|
require("lazy").setup({
|
||||||
{ "NeogitOrg/neogit", dependencies = "nvim-lua/plenary.nvim" },
|
{ "NeogitOrg/neogit", dependencies = "nvim-lua/plenary.nvim" },
|
||||||
|
|
@ -477,7 +475,7 @@ wk.register({
|
||||||
},
|
},
|
||||||
e = {
|
e = {
|
||||||
name = "Eval",
|
name = "Eval",
|
||||||
r = { "w !ruby", "Ruby" },
|
r = { "<cmd>w !ruby<cr>", "Ruby" },
|
||||||
},
|
},
|
||||||
b = {
|
b = {
|
||||||
name = "Buffer",
|
name = "Buffer",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue