mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-07-14 03:14:27 +02:00
enc: add neocodeium config for replace codeium.vim
This commit is contained in:
parent
64e62e59ba
commit
38bf58ad63
61 changed files with 2942 additions and 1051 deletions
|
@ -3,6 +3,7 @@ return {
|
|||
lazy = true,
|
||||
event = "VeryLazy",
|
||||
keys = {
|
||||
{ "<leader>u", "", desc = " Notify" },
|
||||
{
|
||||
"<leader>uN",
|
||||
function()
|
||||
|
@ -19,7 +20,7 @@ return {
|
|||
max_width = function()
|
||||
return math.floor(vim.o.columns * 0.4)
|
||||
end,
|
||||
render = "wrapped-default",
|
||||
render = "wrapped-compact",
|
||||
-- background_colour = "#00000000",
|
||||
},
|
||||
config = function(_, opts)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue