update config
This commit is contained in:
11
.config/nvim/lua/theme.lua
Normal file
11
.config/nvim/lua/theme.lua
Normal file
@@ -0,0 +1,11 @@
|
||||
local ok, theme = pcall(require, "vscode")
|
||||
if not ok then
|
||||
print("failed to load vscode theme")
|
||||
return
|
||||
end
|
||||
|
||||
theme.setup{
|
||||
transparent = true,
|
||||
}
|
||||
|
||||
vim.cmd.colorscheme "vscode"
|
||||
Reference in New Issue
Block a user