diff options
| author | joe <rbo@gmx.us> | 2025-10-29 14:06:17 +0100 |
|---|---|---|
| committer | joe <rbo@gmx.us> | 2025-10-29 14:06:17 +0100 |
| commit | e50157fa73c53cacc8dca856fca0f11408ced514 (patch) | |
| tree | f71da3c3749796dc17c1df89ad661d6027165e3d | |
| parent | up (diff) | |
| download | dotfiles-bsd-e50157fa73c53cacc8dca856fca0f11408ced514.tar.gz dotfiles-bsd-e50157fa73c53cacc8dca856fca0f11408ced514.tar.bz2 dotfiles-bsd-e50157fa73c53cacc8dca856fca0f11408ced514.tar.xz dotfiles-bsd-e50157fa73c53cacc8dca856fca0f11408ced514.tar.zst dotfiles-bsd-e50157fa73c53cacc8dca856fca0f11408ced514.zip | |
up
| -rw-r--r-- | .config/nvim/lua/config/lazy.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/nvim/lua/config/lazy.lua b/.config/nvim/lua/config/lazy.lua index f94ab01..7c3bd3b 100644 --- a/.config/nvim/lua/config/lazy.lua +++ b/.config/nvim/lua/config/lazy.lua @@ -22,6 +22,7 @@ vim.g.mapleader = "\\" vim.g.maplocalleader = "\\" require('lazy').setup({ + ui = { icons = { cmd = "", config = "", debug = "", event = "", favorite = "", ft = "", init = "", import = "", keys = "", lazy = "", loaded = "", not_loaded = "", plugin = "", runtime = "", require = "", source = "", start = "", task = "", list = { "", "", "", "", }, }, }, spec = { { 'windwp/nvim-autopairs', |
