diff options
| author | Aargh Rai <aargh.rai+git@gmail.com> | 2025-09-07 18:03:20 +0530 |
|---|---|---|
| committer | Aargh Rai <aargh.rai+git@gmail.com> | 2025-09-07 18:03:20 +0530 |
| commit | 2cc42213f120ffe6a2f06f610bccc31f0c68c2e7 (patch) | |
| tree | d1a1fbe8f49e500758044e8893d733e49ef58773 /nvim/lua/configs/lazy.lua | |
| parent | c4e46f4ee64a0096bb836de0346d3ca5ff2b8145 (diff) | |
removed nvim submodule
Diffstat (limited to 'nvim/lua/configs/lazy.lua')
| -rw-r--r-- | nvim/lua/configs/lazy.lua | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/nvim/lua/configs/lazy.lua b/nvim/lua/configs/lazy.lua new file mode 100644 index 0000000..cd170bd --- /dev/null +++ b/nvim/lua/configs/lazy.lua @@ -0,0 +1,47 @@ +return { + defaults = { lazy = true }, + install = { colorscheme = { "nvchad" } }, + + ui = { + icons = { + ft = "", + lazy = " ", + loaded = "", + not_loaded = "", + }, + }, + + performance = { + rtp = { + disabled_plugins = { + "2html_plugin", + "tohtml", + "getscript", + "getscriptPlugin", + "gzip", + "logipat", + "netrw", + "netrwPlugin", + "netrwSettings", + "netrwFileHandlers", + "matchit", + "tar", + "tarPlugin", + "rrhelper", + "spellfile_plugin", + "vimball", + "vimballPlugin", + "zip", + "zipPlugin", + "tutor", + "rplugin", + "syntax", + "synmenu", + "optwin", + "compiler", + "bugreport", + "ftplugin", + }, + }, + }, +} |
