change default colortheme
This commit is contained in:
parent
6a21a3825b
commit
efe22b134a
@ -17,7 +17,7 @@ end
|
|||||||
|
|
||||||
function set_colorscheme()
|
function set_colorscheme()
|
||||||
local colorschemes = vim.fn.getcompletion("", "color")
|
local colorschemes = vim.fn.getcompletion("", "color")
|
||||||
local desired_colorscheme = "tokyonight-day"
|
local desired_colorscheme = "everforest"
|
||||||
|
|
||||||
if vim.tbl_contains(colorschemes, desired_colorscheme) then
|
if vim.tbl_contains(colorschemes, desired_colorscheme) then
|
||||||
vim.cmd("colorscheme " .. desired_colorscheme)
|
vim.cmd("colorscheme " .. desired_colorscheme)
|
||||||
|
@ -6,12 +6,13 @@ return require("packer").startup(function()
|
|||||||
use("rafcamlet/nvim-luapad")
|
use("rafcamlet/nvim-luapad")
|
||||||
------------------ themes --------------------------
|
------------------ themes --------------------------
|
||||||
|
|
||||||
use({
|
-- use({
|
||||||
"navarasu/onedark.nvim",
|
-- "navarasu/onedark.nvim",
|
||||||
})
|
-- })
|
||||||
|
|
||||||
use("folke/tokyonight.nvim")
|
use("folke/tokyonight.nvim")
|
||||||
|
|
||||||
|
use("sainnhe/everforest")
|
||||||
-----------------------------------------------------------------------------------------
|
-----------------------------------------------------------------------------------------
|
||||||
|
|
||||||
-- a good terminal
|
-- a good terminal
|
||||||
@ -156,7 +157,7 @@ return require("packer").startup(function()
|
|||||||
|
|
||||||
-- cmake support
|
-- cmake support
|
||||||
-- cmake 支持
|
-- cmake 支持
|
||||||
use("Civitasv/cmake-tools.nvim")
|
-- use("Civitasv/cmake-tools.nvim")
|
||||||
|
|
||||||
------------------- lsp --------------------------
|
------------------- lsp --------------------------
|
||||||
-- mason for lsp dap linter and others
|
-- mason for lsp dap linter and others
|
||||||
|
Loading…
Reference in New Issue
Block a user