This commit is contained in:
jay
2023-07-04 02:24:34 +08:00
parent d683a0698a
commit a2acab1fed
2 changed files with 11 additions and 6 deletions
+7 -2
View File
@@ -72,6 +72,7 @@ Plug 'akinsho/bufferline.nvim', { 'tag': 'v3.*' }
Plug 'lukas-reineke/indent-blankline.nvim'
Plug 'nvim-treesitter/nvim-treesitter', {'do': ':TSUpdate'}
Plug 'bluz71/vim-nightfly-colors', { 'as': 'nightfly' }
Plug 'folke/tokyonight.nvim', { 'branch': 'main' }
Plug 'norcalli/nvim-colorizer.lua'
@@ -304,6 +305,7 @@ let g:fzf_history_dir = '~/.local/share/fzf-history'
lua << EOF
--[[
require("tokyonight").setup({
-- your configuration comes here
-- or leave it empty to use the default settings
@@ -347,7 +349,10 @@ require("tokyonight").setup({
}
end,
})
vim.cmd[[colorscheme tokyonight]]
]]
-- vim.cmd[[colorscheme tokyonight]]
vim.g.nightflyTransparent = true
vim.cmd[[colorscheme nightfly]]
require('lualine').setup {
options = {
@@ -615,7 +620,7 @@ require('aerial').setup({
"Field",
"Constant",
},
manage_folds = false,
manage_folds = true,
link_tree_to_folds = false,
-- Show box drawing characters for the tree hierarchy
show_guides = true,