Skip to content

Commit

Permalink
Update lua/astrocommunity/editing-support/stickybuf-nvim/init.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-babu authored Oct 23, 2023
1 parent 1875ca1 commit 85eada7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lua/astrocommunity/editing-support/stickybuf-nvim/init.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
return {
"stevearc/stickybuf.nvim",
opts = {},
event = { "User AstroFile", "InsertEnter" },
event = { "User AstroFile" },
cmd = { "PinBuffer", "PinBuftype", "PinFiletype" },
}

0 comments on commit 85eada7

Please sign in to comment.