Skip to content

Commit

Permalink
feat: bufignore (#45)
Browse files Browse the repository at this point in the history
- feat(bufignore): init plugin
- feat(bufignore): setup plugin
- chore(spell): update cspell.json
  • Loading branch information
snelling-a authored May 11, 2023
2 parents 14ba834 + ab6b1df commit a2a5ea9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"blines",
"blines",
"btags",
"bufignore",
"cretch",
"earch",
"eclaration",
Expand Down
1 change: 1 addition & 0 deletions lazy-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
Expand Down
7 changes: 7 additions & 0 deletions lua/plugins/bufignore.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
local M = { "sQVe/bufignore.nvim" }

M.dependencies = { "nvim-lua/plenary.nvim" }

M.event = "BufRead"

return M

0 comments on commit a2a5ea9

Please sign in to comment.