Skip to content

Commit

Permalink
feat(editing-support): add stickybuf.nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-babu committed Oct 23, 2023
1 parent aeff33f commit 780c47a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lua/astrocommunity/editing-support/stickybuf-nvim/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# stickybuf.nvim

Neovim plugin for locking a buffer to a window

Have you ever accidentally opened a file into your file explorer or quickfix window?

**Repository:** <https://github.com/stevearc/stickybuf.nvim>
6 changes: 6 additions & 0 deletions lua/astrocommunity/editing-support/stickybuf-nvim/init.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
return {
"stevearc/stickybuf.nvim",
opts = {},
event = { "User AstroFile" },
cmd = { "PinBuffer", "PinBuftype", "PinFiletype" },
}

0 comments on commit 780c47a

Please sign in to comment.