Skip to content

Commit 3f9f486

Browse files
committed
Some neovim prep
1 parent 16de512 commit 3f9f486

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

nvim/lazy-lock.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"harpoon": { "branch": "harpoon2", "commit": "0378a6c428a0bed6a2781d459d7943843f374bce" },
33
"hologram.nvim": { "branch": "main", "commit": "f5194f71ec1578d91b2e3119ff08e574e2eab542" },
4-
"lazy.nvim": { "branch": "main", "commit": "24fa2a97085ca8a7220b5b078916f81e316036fd" },
5-
"plenary.nvim": { "branch": "master", "commit": "a3e3bc82a3f95c5ed0d7201546d5d2c19b20d683" }
6-
}
4+
"lazy.nvim": { "branch": "main", "commit": "7967abe55752aa90532e6bb4bd4663fe27a264cb" },
5+
"nvim-surround": { "branch": "main", "commit": "ec2dc7671067e0086cdf29c2f5df2dd909d5f71f" },
6+
"plenary.nvim": { "branch": "master", "commit": "2d9b06177a975543726ce5c73fca176cedbffe9d" },
7+
"rustaceanvim": { "branch": "master", "commit": "8ece53be36515cb9e76f3d03511643636469502d" },
8+
"telescope.nvim": { "branch": "master", "commit": "6312868392331c9c0f22725041f1ec2bef57c751" }
9+
}

nvim/lua/theknarf/packages.lua

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,13 @@ local plugins = {
4343
-- https://github.com/edluffy/hologram.nvim
4444
{ "edluffy/hologram.nvim" },
4545

46+
-- https://github.com/mrcjkb/rustaceanvim
47+
{
48+
'mrcjkb/rustaceanvim',
49+
version = '^5', -- Recommended
50+
lazy = false, -- This plugin is already lazy
51+
},
52+
4653
}
4754

4855
require("lazy").setup(plugins, opts)

0 commit comments

Comments
 (0)