Still under development.
- Open ~/.config/nvim/lua/user/plugins.lua or wherever you store your plugins file.
- Write the following code into your plugins file. I am using packer in this
example:
/* packer */ use({ 'AustinMay1/Serendipity.nvim', as = 'serendipity', config = function() vim.cmd.colorscheme('serendipity') end })
- Enjoy!
Midnight
@AustinMay1
- Add the same header on the repo
- Call the repo as the app you are porting for.