From 9f6f9bc4c3d72a352c6742e5e79ac475b1aaf1c3 Mon Sep 17 00:00:00 2001 From: snelling-a <72226000+snelling-a@users.noreply.github.com> Date: Thu, 11 May 2023 22:39:02 +0200 Subject: [PATCH 1/3] feat(bufignore): init plugin --- lazy-lock.json | 1 + lua/plugins/bufignore.lua | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 lua/plugins/bufignore.lua diff --git a/lazy-lock.json b/lazy-lock.json index 128e34f6..3afc89c7 100644 --- a/lazy-lock.json +++ b/lazy-lock.json @@ -2,6 +2,7 @@ "Comment.nvim": { "branch": "master", "commit": "e1fe53117aab24c378d5e6deaad786789c360123" }, "LuaSnip": { "branch": "master", "commit": "b4bc24c4925aeb05fd47d2ee9b24b7f73f5d7e32" }, "alpha-nvim": { "branch": "main", "commit": "eaeb20d25b36880678141534479a0d99591be9a1" }, + "bufignore.nvim": { "branch": "main", "commit": "fa0dde2884ac54c4460ff51d6fada77ebe1e884c" }, "cmp-buffer": { "branch": "main", "commit": "3022dbc9166796b644a841a02de8dd1cc1d311fa" }, "cmp-cmdline": { "branch": "main", "commit": "5af1bb7d722ef8a96658f01d6eb219c4cf746b32" }, "cmp-conventionalcommits": { "branch": "master", "commit": "a4dfacf0601130b7f8afa7c948d735c27802fb7f" }, diff --git a/lua/plugins/bufignore.lua b/lua/plugins/bufignore.lua new file mode 100644 index 00000000..f346da40 --- /dev/null +++ b/lua/plugins/bufignore.lua @@ -0,0 +1,3 @@ +local M = { "sQVe/bufignore.nvim" } + +return M From 4587ea33efb3dc36dbe2369c7b7437b752c7db18 Mon Sep 17 00:00:00 2001 From: snelling-a <72226000+snelling-a@users.noreply.github.com> Date: Thu, 11 May 2023 22:39:28 +0200 Subject: [PATCH 2/3] feat(bufignore): setup plugin --- lua/plugins/bufignore.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lua/plugins/bufignore.lua b/lua/plugins/bufignore.lua index f346da40..2c365d0e 100644 --- a/lua/plugins/bufignore.lua +++ b/lua/plugins/bufignore.lua @@ -1,3 +1,7 @@ local M = { "sQVe/bufignore.nvim" } +M.dependencies = { "nvim-lua/plenary.nvim" } + +M.event = "BufRead" + return M From ab6b1df811d7f0989f8ca9be18b3f995055015c4 Mon Sep 17 00:00:00 2001 From: snelling-a <72226000+snelling-a@users.noreply.github.com> Date: Thu, 11 May 2023 22:40:43 +0200 Subject: [PATCH 3/3] chore(spell): update cspell.json --- cspell.json | 1 + 1 file changed, 1 insertion(+) diff --git a/cspell.json b/cspell.json index e7da0de5..1132b785 100644 --- a/cspell.json +++ b/cspell.json @@ -18,6 +18,7 @@ "blines", "blines", "btags", + "bufignore", "cretch", "earch", "eclaration",