Added ts tools and changed theme to tokyonight

This commit is contained in:
2024-08-24 22:18:59 +04:00
parent d88de939be
commit 97f9bf335b
6 changed files with 18 additions and 20 deletions

View File

@@ -1,11 +1,8 @@
return {
"briones-gabriel/darcula-solid.nvim",
dependencies = {
"rktjmp/lush.nvim",
},
lazy = false, -- make sure we load this during startup if it is your main colorscheme
priority = 1000, -- make sure to load this before all the other start plugins
"folke/tokyonight.nvim",
lazy = false,
priority = 1000,
config = function()
vim.cmd([[colorscheme darcula-solid]])
vim.cmd([[colorscheme tokyonight]])
end,
}