mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 08:35:48 +02:00
update
This commit is contained in:
parent
8505c1e9e5
commit
3a69b6cee1
3 changed files with 141 additions and 160 deletions
|
@ -1,14 +1,14 @@
|
|||
return {
|
||||
-- { "RRethy/nvim-base16" },
|
||||
-- simbol outline
|
||||
{
|
||||
"simrat39/symbols-outline.nvim",
|
||||
lazy = true,
|
||||
event = "BufRead",
|
||||
config = function()
|
||||
require("symbols-outline").setup()
|
||||
end,
|
||||
},
|
||||
-- -- simbol outline
|
||||
-- {
|
||||
-- "simrat39/symbols-outline.nvim",
|
||||
-- lazy = true,
|
||||
-- event = "BufRead",
|
||||
-- config = function()
|
||||
-- require("symbols-outline").setup()
|
||||
-- end,
|
||||
-- },
|
||||
-- {
|
||||
-- "nvim-lualine/lualine.nvim",
|
||||
-- lazy = true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue