add tokyonight theme
This commit is contained in:
parent
448c1a56b6
commit
8382ca9683
@ -53,5 +53,14 @@ return {
|
||||
vim.g.floaterm_giteditor = false
|
||||
vim.keymap.set('n', '<leader>cw', '<cmd>:FloatermNew git commit<cr>', { noremap = true, silent = true })
|
||||
end
|
||||
}
|
||||
},
|
||||
{
|
||||
"folke/tokyonight.nvim",
|
||||
lazy = false,
|
||||
priority = 1000,
|
||||
opts = {},
|
||||
init = function ()
|
||||
vim.cmd[[colorscheme tokyonight-night]]
|
||||
end
|
||||
},
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user