Moving To themer.lua
A nord and dark+ inspired colorscheme using lush.nvim(still wip)
- Treesitter
- LSP
- Telescope
- nvim-tree
- gitsigns
- lsp-trouble
- Neovim 0.5 or greater(I might make vim compatible once I get to it)
- lush.nvim installed
With packer.nvim
use {'MordechaiHadad/nvim-papadark', requires = {'rktjmp/lush.nvim'}}
With Vim-Plug
Plug 'rktjmp/lush.nvim'
Plug 'MordechaiHadad/nvim-papadark'
In your init.lua
file
vim.cmd('syntax on')
vim.cmd('set termguicolors')
vim.cmd('colorscheme papadark')
or in init.vim
syntax on
set termguicolors
colorscheme papadark