Add: moonfly theme. Upgrade lsp-zero too v4

This commit is contained in:
2026-04-23 20:03:49 -05:00
parent 92e6109ab6
commit 3d16375b54
6 changed files with 77 additions and 43 deletions
+10 -6
View File
@@ -1,16 +1,20 @@
require("lazy").setup({ -- Fuzzy finder
{
require("lazy").setup({{
"bluz71/vim-moonfly-colors",
name = "moonfly",
lazy = false,
priority = 1000
}, {
'nvim-telescope/telescope.nvim',
tag = '0.1.5',
dependencies = {'nvim-lua/plenary.nvim'}
}, -- syntax highlighting
}, -- Fuzzy finder
{
'nvim-treesitter/nvim-treesitter',
build = ':TSUpdate'
}, -- LSP support
}, -- syntax highlighting
{
'VonHeikemen/lsp-zero.nvim',
branch = 'v3.x',
branch = 'v4.x',
dependencies = {{'williamboman/mason.nvim'}, {'williamboman/mason-lspconfig.nvim'}, {'neovim/nvim-lspconfig'},
{'hrsh7th/nvim-cmp'}, {'hrsh7th/cmp-nvim-lsp'}, {'L3MON4D3/LuaSnip'}}
{'hrsh7th/nvim-cmp'}, {'hrsh7th/cmp-nvim-lsp'}, {'L3MON4D3/LuaSnip'}} -- LSP support
}})