update
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user