lots of refactoring and a new cmp source for clj

This commit is contained in:
mjhika 2023-09-07 03:42:34 -04:00
parent d39b721a5c
commit fffc2e3d46
12 changed files with 164 additions and 159 deletions

View file

@ -0,0 +1,8 @@
return {
-- Theme inspired by Atom
'sainnhe/everforest',
priority = 1000,
config = function()
vim.cmd.colorscheme 'everforest'
end,
}