Initial Commit
This commit is contained in:
commit
f2ff7bda11
18 changed files with 342 additions and 0 deletions
7
after/plugin/colors.lua
Executable file
7
after/plugin/colors.lua
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
vim.o.background = "dark"
|
||||
|
||||
local c = require("vscode.colors").get_colors()
|
||||
require("vscode").setup({
|
||||
transparent = true
|
||||
})
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue