add tokyonight theme

This commit is contained in:
Akulij 2025-05-03 16:19:47 +03:00
parent 448c1a56b6
commit 8382ca9683

View File

@ -53,5 +53,14 @@ return {
vim.g.floaterm_giteditor = false vim.g.floaterm_giteditor = false
vim.keymap.set('n', '<leader>cw', '<cmd>:FloatermNew git commit<cr>', { noremap = true, silent = true }) vim.keymap.set('n', '<leader>cw', '<cmd>:FloatermNew git commit<cr>', { noremap = true, silent = true })
end end
} },
{
"folke/tokyonight.nvim",
lazy = false,
priority = 1000,
opts = {},
init = function ()
vim.cmd[[colorscheme tokyonight-night]]
end
},
} }