Add theia to .gitignore. VSCodium config. neovim theme change

This commit is contained in:
2026-04-01 17:43:05 +02:00
parent 7a2647d5ae
commit e916b8ca78
5 changed files with 127 additions and 11 deletions
+5 -3
View File
@@ -73,10 +73,13 @@ if vim.fn.executable("git") == 1 then
lazy = false,
},
{
"mofiqul/dracula.nvim",
"samharju/synthweave.nvim",
lazy = false,
priority = 1000,
opts = {}
opts = {},
config = function()
vim.cmd.colorscheme("synthweave")
end
},
{
"romgrk/barbar.nvim",
@@ -145,5 +148,4 @@ if vim.fn.executable("git") == 1 then
}
require('nvim-treesitter').install { 'lua' }
end
vim.cmd [[colorscheme dracula]]
end