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