Skip to content

Commit 574ba27

Browse files
committed
wilder.nvim has been removed to add cmp-cmdline.
This reverts commit d8dcc606a7327c95d0a5b893fdefb4e529292445.
1 parent c5b3cf5 commit 574ba27

File tree

3 files changed

+0
-23
lines changed

3 files changed

+0
-23
lines changed

init.lua

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -24,22 +24,6 @@ require("lualine").setup {
2424
lualine_z = {'location'}
2525
},
2626
}
27-
-- settings for wilder.nvim.
28-
local wilder = require("wilder")
29-
wilder.setup({
30-
modes = {':', '/', '?'},
31-
next_key = '<Down>',
32-
previous_key = '<Up>',
33-
accept_key = '<Tab>',
34-
reject_key = '<Left>',
35-
})
36-
-- settings for wilder.nvim for rounded border.
37-
wilder.set_option('renderer', wilder.popupmenu_renderer(
38-
wilder.popupmenu_border_theme({
39-
highlighter = wilder.basic_highlighter(),
40-
border = 'rounded',
41-
})
42-
))
4327
-- settings for options or sets.
4428
require("user.options")
4529
-- settings for vscode key shortcuts.

lua/user/packer.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ return require('packer').startup(function(use)
2727
require("nvim-autopairs").setup {}
2828
end
2929
}
30-
-- Plugin for wilder.nvim.
31-
use 'gelguy/wilder.nvim'
3230
if packer_bootstrap then
3331
require('packer').sync()
3432
end

plugin/packer_compiled.lua

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,6 @@ _G.packer_plugins = {
9696
loaded = true,
9797
path = "/data/data/com.termux/files/home/.local/share/nvim/site/pack/packer/start/packer.nvim",
9898
url = "https://github.com/wbthomason/packer.nvim"
99-
},
100-
["wilder.nvim"] = {
101-
loaded = true,
102-
path = "/data/data/com.termux/files/home/.local/share/nvim/site/pack/packer/start/wilder.nvim",
103-
url = "https://github.com/gelguy/wilder.nvim"
10499
}
105100
}
106101

0 commit comments

Comments
 (0)