From cd176b07b01cfc343d585f8ef25427f3aa5c7873 Mon Sep 17 00:00:00 2001 From: mvllow Date: Mon, 8 Nov 2021 16:43:37 -0600 Subject: [PATCH] docs: add contributing section --- readme.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/readme.md b/readme.md index 23b3bb9..776cf31 100644 --- a/readme.md +++ b/readme.md @@ -133,3 +133,10 @@ vim.api.nvim_set_keymap('n', '', [[lua require('rose-pine.functions'). vim.api.nvim_set_keymap('n', '', [[lua require('rose-pine.functions').select_variant('moon')]], { noremap = true, silent = true }) vim.api.nvim_set_keymap('n', '', [[lua require('rose-pine.functions').select_variant('base')]], { noremap = true, silent = true }) ``` + +## Contributing + +We welcome and appreciate any help in creating a lovely experience for all. + +- [Get highlight groups under cursor](https://github.com/nvim-treesitter/playground#show-treesitter-and-syntax-highlight-groups-under-the-cursor) +- [Adding new highlight groups](https://github.com/rose-pine/neovim/issues/6#issuecomment-962466323)