mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-07-01 21:14:29 +02:00
add: update keymap ctrl + v on insert mode
This commit is contained in:
parent
aa58ea9669
commit
6e55fe895d
7 changed files with 18 additions and 10 deletions
|
@ -7,7 +7,7 @@ if vim.g.neovide then
|
|||
end
|
||||
vim.opt.lazyredraw = is_neovide
|
||||
return {
|
||||
{ "gelguy/wilder.nvim", enabled = false },
|
||||
{ "gelguy/wilder.nvim", enabled = not use_noice },
|
||||
{
|
||||
"folke/noice.nvim",
|
||||
enabled = use_noice,
|
||||
|
|
|
@ -37,6 +37,10 @@ return {
|
|||
require("mini.indentscope").setup(opts)
|
||||
end,
|
||||
},
|
||||
{
|
||||
"hrsh7th/cmp-nvim-lua",
|
||||
enabled = false,
|
||||
},
|
||||
-- {
|
||||
-- "gbprod/yanky.nvim",
|
||||
-- event = "InsertEnter",
|
||||
|
|
|
@ -44,6 +44,7 @@ return {
|
|||
colors.bg_sidebar = colors.none
|
||||
colors.bg = colors.none
|
||||
colors.bg_dark = colors.none
|
||||
colors.terminal_black = colors.none
|
||||
end,
|
||||
|
||||
--- You can override specific highlights to use other groups or a hex color
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue