mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 16:39:04 +02:00
config v1
This commit is contained in:
parent
c651a8ca42
commit
cc7c63dc46
18 changed files with 186 additions and 374 deletions
|
@ -2,7 +2,6 @@ local cmprg = false
|
|||
local cmpcalc = false
|
||||
local cmptag = false
|
||||
local lspghost_text = false
|
||||
local icons = require("user.icons").ui
|
||||
local data_exists, custom_cmp = pcall(require, "core.config")
|
||||
if data_exists then
|
||||
cmprg = custom_cmp.cmprg
|
||||
|
@ -105,12 +104,12 @@ return {
|
|||
-- documentation = cmp.config.window.bordered(),
|
||||
-- remove border window from cmp
|
||||
completion = {
|
||||
border = icons.Border,
|
||||
border = { "╭", "─", "╮", "│", "╯", "─", "╰", "│" },
|
||||
winhighlight = "Normal:bg,FloatBorder:BorderBG,CursorLine:PmenuSel,Search:None",
|
||||
scrollbar = true,
|
||||
},
|
||||
documentation = {
|
||||
border = icons.Border,
|
||||
border = { "╭", "─", "╮", "│", "╯", "─", "╰", "│" },
|
||||
winhighlight = "Normal:bg,FloatBorder:BorderBG,CursorLine:PmenuSel,Search:None",
|
||||
scrollbar = true,
|
||||
},
|
||||
|
|
|
@ -3,7 +3,7 @@ return {
|
|||
{
|
||||
"gelguy/wilder.nvim",
|
||||
lazy = true,
|
||||
event = "VeryLazy",
|
||||
event = "BufWinEnter",
|
||||
config = function()
|
||||
local wilder = require("wilder")
|
||||
wilder.setup({ modes = { ":", "/", "?" } })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue