prettycolors
This commit is contained in:
parent
6098ed2f99
commit
28e9b6ac43
|
@ -18,5 +18,5 @@ require("clint") -- loads lua/clint/init.lua
|
|||
require('dap-python').setup('~/.virtualenvs/debugpy/bin/python')
|
||||
|
||||
vim.opt.termguicolors = true
|
||||
vim.cmd.colorscheme 'melange'
|
||||
vim.cmd.colorscheme 'tokyonight-night'
|
||||
|
||||
|
|
|
@ -46,6 +46,7 @@ return {
|
|||
{ 'rainux/vim-desert-warm-256' },
|
||||
{ 'ajmwagar/vim-deus' },
|
||||
{ "rebelot/kanagawa.nvim" },
|
||||
{ "folke/tokyonight.nvim" },
|
||||
|
||||
--------------------
|
||||
-- Utility
|
||||
|
|
Loading…
Reference in New Issue