diff --git a/lua/plugins/ui.lua b/lua/plugins/ui.lua index 1f67f26..b37991d 100644 --- a/lua/plugins/ui.lua +++ b/lua/plugins/ui.lua @@ -53,5 +53,14 @@ return { vim.g.floaterm_giteditor = false vim.keymap.set('n', 'cw', ':FloatermNew git commit', { noremap = true, silent = true }) end - } + }, + { + "folke/tokyonight.nvim", + lazy = false, + priority = 1000, + opts = {}, + init = function () + vim.cmd[[colorscheme tokyonight-night]] + end + }, }