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-neorg/neorg
|
||||
-- https://github.com/ggandor/leap.nvim
|
||||
-- https://github.com/michaelb/sniprun
|
||||
-- https://github.com/iamcco/markdown-preview.nvim
|
||||
-- https://github.com/mrjones2014/legendary.nvim
|
||||
|
||||
require("lazy").setup({
|
||||
{ "NeogitOrg/neogit", dependencies = "nvim-lua/plenary.nvim" },
|
||||
|
|
@ -477,7 +475,7 @@ wk.register({
|
|||
},
|
||||
e = {
|
||||
name = "Eval",
|
||||
r = { "w !ruby", "Ruby" },
|
||||
r = { "<cmd>w !ruby<cr>", "Ruby" },
|
||||
},
|
||||
b = {
|
||||
name = "Buffer",
|
||||
|
|
|
|||
Loading…
Reference in a new issue