initial commit for dev-env
This commit is contained in:
parent
9171060e62
commit
a97049a1d1
26 changed files with 153 additions and 478 deletions
13
init.lua
13
init.lua
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue