initial commit for dev-env

This commit is contained in:
pika 2024-08-17 20:25:24 +02:00
parent 9171060e62
commit a97049a1d1
26 changed files with 153 additions and 478 deletions

View file

@ -1,8 +1,3 @@
-- ─< Function to apply the colorscheme >───────────────────────────────────────────────
local function apply_colorscheme(name)
vim.cmd.colorscheme(name)
end
require("pika.core")
require("pika.lazy")
@ -10,4 +5,10 @@ require("pika.lazy")
-- ╭──────────────────────────────────────────────────────╮
-- │ themes are under ./lua/pika/plugins/colorschemes.lua │
-- ╰──────────────────────────────────────────────────────╯
apply_colorscheme("melange") -- Change "witch" to your desired colorscheme name
-- ─< Function to apply the colorscheme >───────────────────────────────────────────────
local function apply_colorscheme(name)
vim.cmd.colorscheme(name)
end
apply_colorscheme("eldritch") -- Change "witch" to your desired colorscheme name