- nvim-treesitter
- telescope.nvim
- nvim-tree.lua
- coq_nvim
- nvim-cmp
- lspsaga.nvim
- lualine.nvim
- vim-fugitive
- which-key.nvim
You're welcome to request more plugins.
{
"TheHiddenLayer/karonda",
dependencies = { "rktjmp/lush.nvim' },
}
use {
"TheHiddenLayer/karonda",
requires = { "rktjmp/lush.nvim" }
}
Plug 'TheHiddenLayer/karonda', { 'branch': 'master' }
-- lua
vim.opt.termguicolors = true
vim.cmd 'colorscheme karonda'
" vimscript
set termguicolors=true
colorscheme karonda