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

Bundled plugins' cheatsheets aren't loading #13

Open
Widowan opened this issue Dec 29, 2021 · 0 comments
Open

Bundled plugins' cheatsheets aren't loading #13

Widowan opened this issue Dec 29, 2021 · 0 comments

Comments

@Widowan
Copy link

Widowan commented Dec 29, 2021

For example, I have vim-sandwich installed, however it's cheatsheet (which is apparently bundled) doesn't load.
After investigation, I found out that plugin_include table in init.lua forms weirdly, with trailing slashes.
Here's what print(vim.inspect(plugin_include)) says:

Output
{
enabled = { "nvim", "nvim", "site", "packer.nvim", "site", "site", "runtime", "matchit", "nvim", "vimfiles", "cheatsheet.nvim/", "completion-nvim/", "completion-tabnine/", "kommentary/", "
nvim-autopairs/", "nvim-lspconfig/", "nvim-treesitter/", "nvim-ts-context-commentstring/", "nvim-ts-rainbow/", "onedark.nvim/", "packer.nvim/", "plenary.nvim/", "popup.nvim/", "suda.vim/", "
telescope.nvim/", "todo-comments.nvim/", "vim-easy-align/", "vim-sandwich/", "vim-smoothie/", "vim-xkbswitch/", "which-key.nvim/", "after", "after", "after", "after", "after", "after/", "aft
er/" }
}

It may or may not be related, perhaps I'm missing something obvious...

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

1 participant