mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 08:35:48 +02:00
support config color scheme
This commit is contained in:
parent
ee7e49f922
commit
b6f0601d3d
5 changed files with 181 additions and 42 deletions
|
@ -67,24 +67,9 @@ return {
|
|||
require("user.neoscroll")
|
||||
end,
|
||||
},
|
||||
-- { "ahmedkhalf/project.nvim", commit = "628de7e433dd503e782831fe150bb750e56e55d6", event = "VeryLazy" }, -- {
|
||||
-- "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 },
|
||||
--
|
||||
|
||||
-- { "ahmedkhalf/project.nvim", commit = "628de7e433dd503e782831fe150bb750e56e55d6", event = "VeryLazy" }, --
|
||||
-- additional plugins
|
||||
-- active indent guide and indent text objects
|
||||
-- makes some plugins dot-repeatable like leap
|
||||
-- { "tpope/vim-repeat", event = "VeryLazy" },
|
||||
-- better diagnostics list and others
|
||||
|
@ -120,18 +105,6 @@ return {
|
|||
-- require("user.indent-o-matic")
|
||||
-- end,
|
||||
-- },
|
||||
-- Lsp Saga
|
||||
-- {
|
||||
-- "glepnir/lspsaga.nvim",
|
||||
-- event = "BufRead",
|
||||
-- config = function()
|
||||
-- require("lspsaga").setup({})
|
||||
-- end,
|
||||
-- dependencies = { { "kyazdani42/nvim-web-devicons" } },
|
||||
-- init = function()
|
||||
-- require("user.lspsaga_config")
|
||||
-- end,
|
||||
-- },
|
||||
-- Khusus Projek laravel baru di buka
|
||||
-- {
|
||||
-- "adalessa/laravel.nvim",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue