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
3a3e97c300
commit
fe32afb482
2 changed files with 24 additions and 25 deletions
|
@ -1,5 +1,4 @@
|
|||
return {
|
||||
-- the colorscheme should be available when starting Neovim
|
||||
{
|
||||
"nvim-lua/plenary.nvim",
|
||||
commit = "4b7e52044bbb84242158d977a50c4cbcd85070c7",
|
||||
|
@ -243,7 +242,7 @@ return {
|
|||
},
|
||||
{
|
||||
"karb94/neoscroll.nvim",
|
||||
event = "BufRead",
|
||||
event = "WinScrolled",
|
||||
config = function()
|
||||
require("user.neoscroll")
|
||||
end,
|
||||
|
@ -272,36 +271,37 @@ return {
|
|||
-- )
|
||||
|
||||
-- *ini untuk border rounded
|
||||
-- wilder.set_option('renderer', wilder.popupmenu_renderer(
|
||||
-- wilder.popupmenu_border_theme({
|
||||
-- highlights = {
|
||||
-- border = 'Normal', -- highlight to use for the border
|
||||
-- },
|
||||
-- -- 'single', 'double', 'rounded' or 'solid'
|
||||
-- -- can also be a list of 8 characters, see :h wilder#popupmenu_border_theme() for more details
|
||||
-- border = 'rounded',
|
||||
-- left = { " ", wilder.popupmenu_devicons() },
|
||||
-- right = { " ", wilder.popupmenu_scrollbar() },
|
||||
-- })
|
||||
-- ))
|
||||
|
||||
-- *ini untuk popup dialog
|
||||
wilder.set_option(
|
||||
"renderer",
|
||||
wilder.popupmenu_renderer(wilder.popupmenu_palette_theme({
|
||||
wilder.popupmenu_renderer(wilder.popupmenu_border_theme({
|
||||
highlights = {
|
||||
border = "Normal", -- highlight to use for the border
|
||||
},
|
||||
-- 'single', 'double', 'rounded' or 'solid'
|
||||
-- can also be a list of 8 characters, see :h wilder#popupmenu_palette_theme() for more details
|
||||
-- can also be a list of 8 characters, see :h wilder#popupmenu_border_theme() for more details
|
||||
border = "rounded",
|
||||
max_height = "40%", -- max height of the palette
|
||||
max_width = "40%",
|
||||
min_height = 0, -- set to the same as 'max_height' for a fixed height window
|
||||
prompt_position = "top", -- 'top' or 'bottom' to set the location of the prompt
|
||||
reverse = 0, -- set to 1 to reverse the order of the list, use in combination with 'prompt_position'
|
||||
left = { " ", wilder.popupmenu_devicons() },
|
||||
right = { " ", wilder.popupmenu_scrollbar() },
|
||||
pumblend = 20,
|
||||
}))
|
||||
)
|
||||
|
||||
-- *ini untuk popup dialog
|
||||
-- wilder.set_option(
|
||||
-- "renderer",
|
||||
-- wilder.popupmenu_renderer(wilder.popupmenu_palette_theme({
|
||||
-- -- 'single', 'double', 'rounded' or 'solid'
|
||||
-- -- can also be a list of 8 characters, see :h wilder#popupmenu_palette_theme() for more details
|
||||
-- border = "rounded",
|
||||
-- max_height = "40%", -- max height of the palette
|
||||
-- max_width = "40%",
|
||||
-- min_height = 0, -- set to the same as 'max_height' for a fixed height window
|
||||
-- prompt_position = "top", -- 'top' or 'bottom' to set the location of the prompt
|
||||
-- reverse = 0, -- set to 1 to reverse the order of the list, use in combination with 'prompt_position'
|
||||
-- left = { " ", wilder.popupmenu_devicons() },
|
||||
-- right = { " ", wilder.popupmenu_scrollbar() },
|
||||
-- pumblend = 20,
|
||||
-- }))
|
||||
-- )
|
||||
end,
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue