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

Add support for markid plugin #97

Closed
danymat opened this issue Sep 19, 2022 · 1 comment
Closed

Add support for markid plugin #97

danymat opened this issue Sep 19, 2022 · 1 comment

Comments

@danymat
Copy link
Contributor

danymat commented Sep 19, 2022

Hello, it's been a while ! I hope you're doing good

I propose this small snippet to add to the plugin dir (plugin: https://github.com/David-Kunz/markid)

                local function palette()
                    local p = require("rose-pine.palette")
                    return { p.foam, p.rose, p.iris }
                end

                require("nvim-treesitter.configs").setup({
                    markid = {
                        -- enable = true, (will not be in the PR, but necessary for test)
                        colors = palette(),
                    },
                })

If you're okay and you like it, i can open a PR to implement the idea

@mvllow
Copy link
Member

mvllow commented Sep 19, 2022

Sounds great, thanks! Cool plugin too :)

danymat pushed a commit to danymat/neovim that referenced this issue Sep 20, 2022
mvllow pushed a commit that referenced this issue Sep 20, 2022
@mvllow mvllow closed this as completed Sep 20, 2022
bangedorrunt pushed a commit to bangedorrunt/rose-pine.nvim that referenced this issue Sep 21, 2022
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

2 participants