Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to add the plugin with lazyvim #49

Open
fusying-hwang opened this issue Dec 1, 2023 · 2 comments
Open

how to add the plugin with lazyvim #49

fusying-hwang opened this issue Dec 1, 2023 · 2 comments

Comments

@fusying-hwang
Copy link

could you pls give an example about how to add this plug in with lazyvim?

@ncharris93
Copy link

@fusying-hwang

return {
	{
		"psliwka/vim-smoothie",
		init = function()
			vim.g.smoothie_enabled = 1
		end,
	},
}

@alexesmet
Copy link

Another example if you sometimes use Neovide that already has smooth scroll built in and you don't want these behaviors to conflict:

  {
    "psliwka/vim-smoothie",
    enabled = function() return not vim.g.neovide end,
  }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants