added vscode theme, autopairs, inlay hints

This commit is contained in:
2025-05-16 00:47:02 +02:00
parent 589fb1df93
commit fca859c4cb
7 changed files with 229 additions and 89 deletions

15
lua/plugins/theme.lua Normal file
View File

@ -0,0 +1,15 @@
return {
-- {
-- "rose-pine/neovim",
-- name = "rose-pine",
-- config = function()
-- vim.cmd("colorscheme rose-pine")
-- end
-- },
{
"Mofiqul/vscode.nvim",
config = function()
vim.cmd("colorscheme vscode")
end
}
}