Skip to content

Commit

Permalink
added plugin, working smoothly
Browse files Browse the repository at this point in the history
  • Loading branch information
linkarzu committed Jan 16, 2024
1 parent c1d04d1 commit dde716d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions neovim/nvim-lazyvim/lua/plugins/stay-centered.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
return {
{
"arnamak/stay-centered.nvim",
opts = function()
require("stay-centered").setup({
-- Add any configurations here, like skip_filetypes if needed
-- skip_filetypes = {"lua", "typescript"},
})
end,
},
}

0 comments on commit dde716d

Please sign in to comment.