This commit is contained in:
Jaroslaw Konik 2023-07-29 23:17:49 +02:00
parent 902aee1bda
commit fbfbca4a1f

View file

@ -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",