mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-23 01:08:53 +02:00
update
This commit is contained in:
parent
7ec02abae7
commit
b054c3c93a
4 changed files with 35 additions and 10 deletions
|
@ -6,15 +6,39 @@ return {
|
|||
-- { "arcticicestudio/nord-vim" },
|
||||
-- { "sainnhe/sonokai" },
|
||||
-- { "RRethy/nvim-base16" },
|
||||
-- {
|
||||
-- "navarasu/onedark.nvim",
|
||||
-- priority = 1000,
|
||||
-- config = function()
|
||||
-- -- Lua
|
||||
-- require("onedark").setup({
|
||||
-- style = "darker",
|
||||
-- })
|
||||
-- require("onedark").load()
|
||||
-- end,
|
||||
-- },
|
||||
{
|
||||
"navarasu/onedark.nvim",
|
||||
priority = 1000,
|
||||
"marko-cerovac/material.nvim",
|
||||
config = function()
|
||||
-- Lua
|
||||
require("onedark").setup({
|
||||
style = "darker",
|
||||
vim.g.material_style = "palenight"
|
||||
require("material").setup({
|
||||
lualine_style = "stealth",
|
||||
})
|
||||
require("onedark").load()
|
||||
end,
|
||||
},
|
||||
-- {
|
||||
-- "linrongbin16/lsp-progress.nvim",
|
||||
-- branch = "main",
|
||||
-- event = { "VimEnter" },
|
||||
-- config = function()
|
||||
-- require("lsp-progress").setup({
|
||||
-- format = function(client_messages)
|
||||
-- local sign = "" -- nf-fa-gear \uf013
|
||||
-- return #client_messages > 0 and (sign .. " " .. table.concat(client_messages, " ")) or sign
|
||||
-- end,
|
||||
-- })
|
||||
-- end,
|
||||
-- -- },
|
||||
-- { "arkav/lualine-lsp-progress", event = "BufRead" },
|
||||
-- { "j-hui/fidget.nvim", enabled = false },
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue